ESRI.ArcGIS.ADF.Web
TextMarkerSymbol Class Members
See Also  Properties  Methods 
ESRI.ArcGIS.ADF.Web.Display.Symbol Namespace : TextMarkerSymbol Class


The following tables list the members exposed by TextMarkerSymbol.

Public Constructors

  Name Description
Public Constructor TextMarkerSymbol Constructor Overloaded.  Constructs a TextMarkerSymbol.  
Top

Public Properties

  Name Description
Public Property Angle Gets or sets the angle of rotation in degrees moving counterclockwise; 0 degrees is horizontal.  
Public Property Font Gets or sets the font properties for the text.  
Public Property OutlineColor Gets or sets the outline color.  
Public Property RotateMethod Gets or sets the method for calculating orientation based on Angle or AngleField properties.  
Public Property ShadowColor Gets or sets the shadow color.  
Public Property Text Gets or sets the character to display.  
Public Property Transparency Gets or sets the transparency of the symbol. This value must be between 0 and 100. (Inherited from Symbol)
Top

Public Methods

  Name Description
Public Method Clone Overridden.  Creates a deep clone of the current Object.  
Public Method GetDimensions Overridden.  Gets the dimensions of the marker symbol.  
Top

See Also