The following tables list the members exposed by EditGeometry.
Name | Description | |
---|---|---|
EditGeometry Constructor | Overloaded. |
Name | Description | |
---|---|---|
EditVerticesEnabledProperty | Identifies the EditVerticesEnabled dependency property. | |
IsEnabledProperty | Identifies the IsEnabled dependency property. | |
MaintainAspectRatioProperty | Identifies the MaintainAspectRatio dependency property. | |
MapProperty | Identifies the Map dependency property. | |
MoveEnabledProperty | Identifies the MoveEnabled dependency property. | |
RotateEnabledProperty | Identifies the RotateEnabled dependency property. | |
RotatePointSymbolProperty | Identifies the RotatePointSymbol dependency property. | |
ScaleBoxSymbolProperty | Identifies the ScaleBoxSymbol dependency property. | |
ScaleEnabledProperty | Identifies the ScaleEnabled dependency property. | |
ScalePointSymbolProperty | Identifies the ScalePointSymbol dependency property. | |
VertexSymbolProperty | Identifies the VertexSymbol dependency property. |
Name | Description | |
---|---|---|
DependencyObjectType | (Inherited from System.Windows.DependencyObject) | |
Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) | |
EditVerticesEnabled | Gets or sets a value indicating whether edit vertices is enabled. | |
IsEnabled | Gets or sets a value indicating whether edit geometry is enabled. | |
IsSealed | (Inherited from System.Windows.DependencyObject) | |
MaintainAspectRatio | Gets or sets a value indicating whether aspect ratio need to be maintained. | |
Map | Gets or sets the map to draw on. | |
MoveEnabled | Gets or sets a value indicating whether move is enabled. | |
RotateEnabled | Gets or sets a value indicating whether rotate is enabled. | |
RotatePointSymbol | Gets or sets the rotate point symbol used for rotating geometry | |
ScaleBoxSymbol | Gets or sets the scale box symbol used for editing vertex | |
ScaleEnabled | Gets or sets a value indicating whether scale is enabled. | |
ScalePointSymbol | Gets or sets the scale point symbol used for scaling geometry | |
VertexSymbol | Gets or sets the vertex symbol used for editing vertex |
Name | Description | |
---|---|---|
CancelEdit | Cancels the edit. | |
ClearValue | Overloaded. (Inherited from System.Windows.DependencyObject) | |
CoerceValue | (Inherited from System.Windows.DependencyObject) | |
GetLocalValueEnumerator | (Inherited from System.Windows.DependencyObject) | |
GetValue | (Inherited from System.Windows.DependencyObject) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | (Inherited from System.Windows.DependencyObject) | |
RedoLastEdit | Redoes the last edit. | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | Overloaded. (Inherited from System.Windows.DependencyObject) | |
StartEdit | Starts the edit. | |
StopEdit | Stops editing a graphic. | |
UndoLastEdit | Undoes the last edit. |
Name | Description | |
---|---|---|
OnGeometryEdit | Called when geometry has been edited. | |
OnPropertyChanged | (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
GeometryEdit | Occurs when geometry has edited. |