Back to Devexpress

MapItemTransform Enum

windowsforms-devexpress-dot-xtramap-ec8cf8f4.md

latest1.5 KB
Original Source

MapItemTransform Enum

Lists transformations that can be applied to a map item.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[Flags]
public enum MapItemTransform
vb
<Flags>
Public Enum MapItemTransform

Members

NameDescription
None

No transformation is applied to a map item.

| | Rotate |

Map items can be rotated.

| | Move |

Map items can be moved.

| | CornersResize |

Map items can be resized using the corner sizing handles.

| | AxisResize |

Map items can be resized using the side sizing handlers.

| | All |

All transformation can be applied to map items.

|

The following properties accept/return MapItemTransform values:

Remarks

Use the MapEditor.SetTransformMode method to specify which transformations can be applied to map items while the Transform mode is enabled in the Map Editor.

See Also

DevExpress.XtraMap Namespace