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


The following tables list the members exposed by StrokeFillPaintOperation.

Public Constructors

 NameDescription
Public ConstructorStrokeFillPaintOperation ConstructorOverloaded.  Creates a new instance of StrokeSymbol class.  
Top

Public Properties

 NameDescription
Public PropertyBrush Gets the Brush object.  
Public PropertyFillColor Gets or sets the color that the part is going to be fill with.  
Public PropertyFillTransparency Gets or sets the transparency % of brush (100 = fully transparent).  
Public PropertyFringeSize Gets the fringe size of the symbol in screen units. Used when invalidating the display. (Inherited from StrokePaintOperation)
Public PropertyLineColor Gets or sets pen line color. (Inherited from StrokePaintOperation)
Public PropertyLineTransparency Gets or sets the transparency % of the pen (100 = fully transparent). (Inherited from StrokePaintOperation)
Public PropertyLineWidth Gets or sets the pen's width. (Inherited from StrokePaintOperation)
Public PropertyPen Gets the Pen object. Do not modify properties directly. (Inherited from StrokePaintOperation)
Top

Public Methods

 NameDescription
Public MethodClone Creates a new object that is a copy of the current instance. (Inherited from PaintOperation)
Public MethodDisposeOverloaded.  Disposes the object.  
Public MethodDrawOverridden.  Draws the geometry on the display using the symbology.  
Public MethodDrawAreaOverridden.  Draws on the display the coordinate collection as an area using the symbology.  
Public MethodDrawLineOverloaded.  Draws a line between the two coordinates on the display using the symbology. (Inherited from StrokePaintOperation)
Public MethodDrawMultipoint Draws the coordinates on the display using the symbology. (Inherited from StrokePaintOperation)
Public MethodDrawPointOverloaded.  Draws the coordinate on the display using the symbology. (Inherited from StrokePaintOperation)
Public MethodGetSchema (Inherited from PaintOperation)
Public MethodReadXmlOverridden.   
Public Methodstatic (Shared in Visual Basic)StrokeFillPaintOperationXmlSchema  
Public MethodWriteXmlOverridden.   
Top

Protected Methods

 NameDescription
Protected MethodFinalize Finalizes the PaintOperation instance. (Inherited from PaintOperation)
Top

See Also