ArcGIS API for Silverlight - Library Reference
Draw Class Members
See Also  Fields  Properties  Methods  Events Send comments on this topic
ESRI.ArcGIS.Client Namespace : Draw Class


The following tables list the members exposed by Draw.

Public Constructors

 NameDescription
public ConstructorDraw ConstructorOverloaded.   
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)DrawModePropertyIdentifies the DrawMode dependency property.  
public Fieldstatic (Shared in Visual Basic)FillSymbolPropertyIdentifies the FillSymbol dependency property.  
public Fieldstatic (Shared in Visual Basic)IsEnabledPropertyIdentifies the IsEnabled dependency property.  
public Fieldstatic (Shared in Visual Basic)LineSymbolPropertyIdentifies the LineSymbol dependency property.  
public Fieldstatic (Shared in Visual Basic)MapPropertyIdentifies the Map dependency property.  
Top

Public Properties

 NameDescription
public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
public PropertyDrawMode Gets or sets the Draw mode.  
public PropertyFillSymbol Gets or sets the symbol used for drawing polygons and envelopes.  
public PropertyIsEnabled Gets or sets a value indicating whether drawing is enabled.  
public PropertyLineSymbol Gets or sets the line symbol used for drawing freehand and polylines.  
public PropertyMap Gets or sets the map to draw on.  
Top

Public Methods

 NameDescription
public MethodAddVertex Adds vertex.  
public MethodClearValue (Inherited from System.Windows.DependencyObject)
public MethodCompleteDraw Completes the draw.  
public MethodGetAnimationBaseValue (Inherited from System.Windows.DependencyObject)
public MethodGetValue (Inherited from System.Windows.DependencyObject)
public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
public MethodSetValue (Inherited from System.Windows.DependencyObject)
public MethodUndoLastVertex Undo the last vertex.  
Top

Public Events

 NameDescription
public EventDrawBegin The Draw Begin event is raised just before drawing begins  
public EventDrawComplete The DrawComplete event is raised just after drawing is complete  
public EventVertexAdded The DrawComplete event is raised just after drawing is complete  
Top

See Also

© ESRI, Inc. All Rights Reserved.