Back to Devexpress

MapEditorAction Enum

windowsforms-devexpress-dot-xtramap-fb205a0b.md

latest1.6 KB
Original Source

MapEditorAction Enum

Lists all actions that can cause map item changes.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public enum MapEditorAction
vb
Public Enum MapEditorAction

Members

NameDescription
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:

Remarks

The MapEditor.MapItemEdited event uses these enumeration values to specify the action that invokes item changes.

See Also

DevExpress.XtraMap Namespace