Skip to main content
A newer version of this page is available. .

MapItemTransform Enum

Lists transformations that can be applied to a map item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[Flags]
public enum MapItemTransform

Members

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.

Related API Members

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