windowsforms-devexpress-dot-xtramap-ec8cf8f4.md
Lists transformations that can be applied to a map item.
Namespace : DevExpress.XtraMap
Assembly : DevExpress.XtraMap.v25.2.dll
NuGet Package : DevExpress.Win.Map
[Flags]
public enum MapItemTransform
<Flags>
Public Enum MapItemTransform
| Name | Description |
|---|---|
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:
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