windowsforms-devexpress-dot-xtramap-fb205a0b.md
Lists all actions that can cause map item changes.
Namespace : DevExpress.XtraMap
Assembly : DevExpress.XtraMap.v25.2.dll
NuGet Package : DevExpress.Win.Map
public enum MapEditorAction
Public Enum MapEditorAction
| Name | Description |
|---|---|
None |
No action is performed.
|
| Move |
Map items have been moved.
|
| Rotate |
Map items have been rotated.
|
| Resize |
Map items have been resized.
|
| PointUpdate |
A map item’s point coordinates have been changed.
|
| PointAdd |
A new point has been added to the map item.
|
| PointRemove |
A map item’s point has been removed.
|
| Create |
A new map shape has been created.
|
| Remove |
Map items have been removed.
|
| Copy |
Map items have been copied.
|
The following properties accept/return MapEditorAction values:
The MapEditor.MapItemEdited event uses these enumeration values to specify the action that invokes item changes.
See Also