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 | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (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 | Gets a value that indicates whether this instance is currently sealed (read-only). (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. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject) | |
CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) | |
RedoLastEdit | Redoes the last edit. | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (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 | Invoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
GeometryEdit | Occurs when geometry has edited. |