MapItemEditedEventArgs.Action Property
Returns the action that has been applied to map items.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v26.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Property Value
| Type | Description |
|---|---|
| MapEditorAction | The action performed using the Map Editor. |
Available values:
| 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. |
See Also