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


The following tables list the members exposed by SimpleFillSymbol.

Public Constructors

 NameDescription
Public ConstructorSimpleFillSymbol 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. (Inherited from FillSymbol)
Public PropertyFringeSizeOverridden.  Gets the fringe size of the symbol in screen units. Used when invalidating the MapSurface.  
Public PropertyLabel Gets the display label associated with the symbol. (Inherited from Symbol)
Public PropertyLineColor Gets or sets pen line color.  
Public PropertyLineWidth Gets or sets the pen's width.  
Top

Protected Properties

 NameDescription
Protected PropertyBrush Gets the Brush object. (Inherited from FillSymbol)
Protected PropertyPen Gets the Pen object. Do not modify properties directly.  
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