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


The following tables list the members exposed by FillSymbol.

Public Constructors

 NameDescription
Public ConstructorFillSymbol ConstructorOverloaded.  Creates a new instance.  
Top

Public Properties

 NameDescription
Public PropertyFillColor Gets or sets the color that the part is going to be fill with. Use the FromArgb method to define Color with transparency.  
Public PropertyFringeSize Gets the fringe size of the symbol in screen units. Used when invalidating the MapSurface. (Inherited from Symbol)
Public PropertyLabel Gets the display label associated with the symbol. (Inherited from Symbol)
Top

Protected Properties

 NameDescription
Protected PropertyBrush Gets the Brush object.  
Top

Public Methods

 NameDescription
Public MethodDisposeOverloaded.  Disposes the object.  
Public MethodDrawOverridden.  Draws the geometry on the map surface using the symbology.  
Public MethodDrawAreaOverridden.  Draws on the map surface the coordinate collection as an area using the symbology.  
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 MethodDrawText Draws the text at the location. (Inherited from Symbol)
Top

See Also