Skip to main content

MapEditorAction Enum

Lists all actions that can cause map item changes.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public enum MapEditorAction

Members

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.

Related API Members

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