Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

MapItemTransform Enum

Lists transformations that can be applied to a map item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.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