Skip to main content
A newer version of this page is available. .
All docs
V20.2

MapEditor.AvailableTransform Property

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[Browsable(false)]
public MapItemTransform AvailableTransform { get; }

Property Value

Type
MapItemTransform

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