MapEditor Properties
The Vector Item Editor.Name | Description |
---|---|
ActiveItems | Gets or sets a collection of items that are currently on edit. |
ActiveLayer | Gets or sets the layer that stores all items changed by the Map Editor. |
AllowSaveActions | Gets or sets the value that specifies whether the command manager saves end-user changes. |
CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
CanRemoveItems | Gets or sets the value the specifies whether end-users are allowed to remove any map item. |
ClearSavedActionsCommand | Returns the command that clears Editor command manager’s saved command list. |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
EditorPanelOptions | Gets or sets an object that configures how the Editor Panel looks and behaves. |
IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
Mode | Gets or sets the mode that the Map Editor currently uses. |
RedoCommand | Returns the command that restores the last canceled action. |
RemoveItemsCommand | Returns the command that removes the Editor’s active items from the map. |
ResetModeCommand | Returns the command that switches the Editor to the Default mode. |
RotateItemsCommand | Returns the command that rotates the Editor’s active items. |
ScaleItemsCommand | Returns the command that scales the Editor’s Active Items. |
SetCreateModeCommand | Returns the command that switches the Editor to the Create mode. |
SetEditModeCommand | Returns the command that switches the Editor to the Edit mode. |
SetTransformModeCommand | Returns the command that switches the Editor to the Transform mode. |
TranslateItemsCommand | Returns the command that translates the Editor’s actual items. |
UndoCommand | Returns the command that cancels the last action. |
See Also