MapEditor Properties
The Vector Item Editor.
Name | Description |
---|---|
Active |
Gets or sets a collection of items that are currently on edit. |
Active |
Gets or sets the layer that stores all items changed by the Map Editor. |
Allow |
Gets or sets the value that specifies whether the command manager saves end-user changes. |
Can |
Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
Can |
Gets or sets the value the specifies whether end-users are allowed to remove any map item. |
Clear |
Returns the command that clears Editor command manager’s saved command list. |
Dependency |
Gets the Dependency |
Dispatcher |
Gets the Dispatcher this Dispatcher |
Editor |
Gets or sets an object that configures how the Editor Panel looks and behaves. |
Is |
Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
Mode | Gets or sets the mode that the Map Editor currently uses. |
Redo |
Returns the command that restores the last canceled action. |
Remove |
Returns the command that removes the Editor’s active items from the map. |
Reset |
Returns the command that switches the Editor to the Default mode. |
Rotate |
Returns the command that rotates the Editor’s active items. |
Scale |
Returns the command that scales the Editor’s Active Items. |
Set |
Returns the command that switches the Editor to the Create mode. |
Set |
Returns the command that switches the Editor to the Edit mode. |
Set |
Returns the command that switches the Editor to the Transform mode. |
Translate |
Returns the command that translates the Editor’s actual items. |
Undo |
Returns the command that cancels the last action. |
See Also