MapEditor.AvailableTransform Property
Returns transformations that a user can apply to map items.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Property Value
| Type | Description |
|---|---|
| MapItemTransform | A value that defines available transformations. |
Available values:
| 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. |
See Also