ESRI.ArcGIS.Mobile
SimpleTextSymbol Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace : SimpleTextSymbol Class


The following tables list the members exposed by SimpleTextSymbol.

Public Constructors

 NameDescription
Public ConstructorSimpleTextSymbol ConstructorOverloaded.  Creates a new instance.  
Top

Public Properties

 NameDescription
Public PropertyFont Gets or sets the font.  
Public PropertyFringeSizeOverridden.  Gets the fringe size.  
Public PropertyLabel Gets the display label associated with the symbol. (Inherited from Symbol)
Public PropertyTextColor Gets or set the text color  
Top

Public Methods

 NameDescription
Public MethodDisposeOverloaded.  Disposes the instance.  
Public MethodDraw Draws the geometry on the MapSurface using the symbology. (Inherited from Symbol)
Public MethodDrawArea Draws on the MapSurface the coordinate collection as an area using the symbology. (Inherited from Symbol)
Public MethodDrawLineOverloaded.  Draws a line between the two coordinates on the MapSurface using the symbology. (Inherited from Symbol)
Public MethodDrawMultipoint Draws the coordinates on the MapSurface using the symbology. (Inherited from Symbol)
Public MethodDrawPoint Draws the coordinate on the MapSurface using the symbology. (Inherited from Symbol)
Public MethodDrawTextOverridden.  Draws the text at the location.  
Top

See Also