ArcGIS API for WPF - 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 PropertyDependencyObjectType (Inherited from System.Windows.DependencyObject)
public PropertyDispatcher (Inherited from System.Windows.Threading.DispatcherObject)
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 PropertyIsSealed (Inherited from System.Windows.DependencyObject)
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 MethodClearValueOverloaded.  (Inherited from System.Windows.DependencyObject)
public MethodCoerceValue (Inherited from System.Windows.DependencyObject)
public MethodCompleteDraw Completes the draw.  
public MethodGetLocalValueEnumerator (Inherited from System.Windows.DependencyObject)
public MethodGetValue (Inherited from System.Windows.DependencyObject)
public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
public MethodSetValueOverloaded.  (Inherited from System.Windows.DependencyObject)
public MethodUndoLastVertex Undo the last vertex.  
Top

Protected Methods

 NameDescription
protected MethodOnPropertyChanged (Inherited from System.Windows.DependencyObject)
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.