Back to Devexpress

MapEditor.AvailableTransform Property

windowsforms-devexpress-dot-xtramap-dot-mapeditor-2085c7bc.md

latest1.5 KB
Original Source

MapEditor.AvailableTransform Property

Returns transformations that a user can apply to map items.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[Browsable(false)]
public MapItemTransform AvailableTransform { get; }
vb
<Browsable(False)>
Public ReadOnly Property AvailableTransform As MapItemTransform

Property Value

TypeDescription
MapItemTransform

A value that defines available transformations.

|

Available values:

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.

|

See Also

MapEditor Class

MapEditor Members

DevExpress.XtraMap Namespace