A newer version of this page is available.
Switch to the current version.
MapEditorAction Enum
Lists actions that the Editor can do.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v18.2.dll
Declaration
Members
Name | Description |
---|---|
None | The Editor does not make any action. |
Move | Moves a map item or a map item group. |
Rotate | Rotates a map item or a map item group. |
Resize | Resizes a map item or a map item group. |
PointUpdate | Moves an editable item's point. |
PointAdd | Adds a point to an editable item. |
PointRemove | Removes a point from an editable item. |
Create | Creates a new map item. |
Remove | Removes a map item or a map item group. |
Copy | Copies a map item or a map item group. |
Related API Members
The following properties accept/return MapEditorAction values:
Remarks
Remarks
The complete list of editable items is:
See Also
Feedback