Back to Devexpress

MapEditor Properties

wpf-devexpress-dot-xpf-dot-map-dot-mapeditor-dot-underscore-properties.md

latest4.6 KB
Original Source

MapEditor Properties

The Vector Item Editor.

NameDescription
ActiveItemsGets or sets a collection of items that are currently on edit.
ActiveLayerGets or sets the layer that stores all items changed by the Map Editor.
AllowSaveActionsGets or sets the value that specifies whether the command manager saves end-user changes.
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
CanRemoveItemsGets or sets the value the specifies whether end-users are allowed to remove any map item.
ClearSavedActionsCommandReturns the command that clears Editor command manager’s saved command list.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
EditorPanelOptionsGets or sets an object that configures how the Editor Panel looks and behaves.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
ModeGets or sets the mode that the Map Editor currently uses.
RedoCommandReturns the command that restores the last canceled action.
RemoveItemsCommandReturns the command that removes the Editor’s active items from the map.
ResetModeCommandReturns the command that switches the Editor to the Default mode.
RotateItemsCommandReturns the command that rotates the Editor’s active items.
ScaleItemsCommandReturns the command that scales the Editor’s Active Items.
SetCreateModeCommandReturns the command that switches the Editor to the Create mode.
SetEditModeCommandReturns the command that switches the Editor to the Edit mode.
SetTransformModeCommandReturns the command that switches the Editor to the Transform mode.
TranslateItemsCommandReturns the command that translates the Editor’s actual items.
UndoCommandReturns the command that cancels the last action.

See Also

MapEditor Class

MapEditor Members

DevExpress.Xpf.Map Namespace