MapEditor Properties
The Map Editor that allows end users to edit map vector items.| Name | Description |
|---|---|
| ActiveItems | Gets or sets a collection of map items with which end-users can interact to change them. |
| ActiveLayer | Returns the layer that the Map Editor uses to store newly created map items. |
| AllowSaveActions | Gets or sets the value specifying whether the Map control saves an end-user’s actions performed while editing the map. |
| AvailableTransform | Returns transformations that a user can apply to map items. |
| CanRedo | Checks whether the “Redo” action can be performed for the edited map items. |
| CanRemoveItems | Gets or sets the value defining whether it is possible to remove items on the map. |
| CanUndo | Checks whether the “Undo” action can be performed for the edited map items. |
| EditMode | Returns the Map Editor mode that is currently activated. |
| PanelOptions | Returns the Map Editor panel’s options. |
| ShowEditorPanel | Specifies whether the map editor’s panel is displayed. |
See Also