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


The following tables list the members exposed by EditGeometry.

Public Constructors

 NameDescription
public ConstructorEditGeometry ConstructorOverloaded.   
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)EditVerticesEnabledPropertyIdentifies the EditVerticesEnabled dependency property.  
public Fieldstatic (Shared in Visual Basic)IsEnabledPropertyIdentifies the IsEnabled dependency property.  
public Fieldstatic (Shared in Visual Basic)MaintainAspectRatioPropertyIdentifies the MaintainAspectRatio dependency property.  
public Fieldstatic (Shared in Visual Basic)MapPropertyIdentifies the Map dependency property.  
public Fieldstatic (Shared in Visual Basic)MoveEnabledPropertyIdentifies the MoveEnabled dependency property.  
public Fieldstatic (Shared in Visual Basic)RotateEnabledPropertyIdentifies the RotateEnabled dependency property.  
public Fieldstatic (Shared in Visual Basic)RotatePointSymbolPropertyIdentifies the RotatePointSymbol dependency property.  
public Fieldstatic (Shared in Visual Basic)ScaleBoxSymbolPropertyIdentifies the ScaleBoxSymbol dependency property.  
public Fieldstatic (Shared in Visual Basic)ScaleEnabledPropertyIdentifies the ScaleEnabled dependency property.  
public Fieldstatic (Shared in Visual Basic)ScalePointSymbolPropertyIdentifies the ScalePointSymbol dependency property.  
public Fieldstatic (Shared in Visual Basic)VertexSymbolPropertyIdentifies the VertexSymbol dependency property.  
Top

Public Properties

 NameDescription
public PropertyDependencyObjectType (Inherited from System.Windows.DependencyObject)
public PropertyDispatcher (Inherited from System.Windows.Threading.DispatcherObject)
public PropertyEditVerticesEnabled Gets or sets a value indicating whether edit vertices is enabled.  
public PropertyIsEnabled Gets or sets a value indicating whether edit geometry is enabled.  
public PropertyIsSealed (Inherited from System.Windows.DependencyObject)
public PropertyMaintainAspectRatio Gets or sets a value indicating whether aspect ratio need to be maintained.  
public PropertyMap Gets or sets the map to draw on.  
public PropertyMoveEnabled Gets or sets a value indicating whether move is enabled.  
public PropertyRotateEnabled Gets or sets a value indicating whether rotate is enabled.  
public PropertyRotatePointSymbol Gets or sets the rotate point symbol used for rotating geometry  
public PropertyScaleBoxSymbol Gets or sets the scale box symbol used for editing vertex  
public PropertyScaleEnabled Gets or sets a value indicating whether scale is enabled.  
public PropertyScalePointSymbol Gets or sets the scale point symbol used for scaling geometry  
public PropertyVertexSymbol Gets or sets the vertex symbol used for editing vertex  
Top

Public Methods

 NameDescription
public MethodCancelEdit Cancels the edit.  
public MethodClearValueOverloaded.  (Inherited from System.Windows.DependencyObject)
public MethodCoerceValue (Inherited from System.Windows.DependencyObject)
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 MethodRedoLastEdit Redoes the last edit.  
public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
public MethodSetValueOverloaded.  (Inherited from System.Windows.DependencyObject)
public MethodStartEdit Starts the edit.  
public MethodStopEdit Stops editing a graphic.  
public MethodUndoLastEdit Undoes the last edit.  
Top

Protected Methods

 NameDescription
protected MethodOnGeometryEdit Called when geometry has been edited.  
protected MethodOnPropertyChanged (Inherited from System.Windows.DependencyObject)
Top

Public Events

 NameDescription
public EventGeometryEdit Occurs when geometry has edited.  
Top

See Also

© ESRI, Inc. All Rights Reserved.