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 are turned on.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v24.2.dll

NuGet Package: DevExpress.Wpf.Map

#Declaration

[Flags]
public enum MapItemTransform

#Members

Name Description
None

No one transform is available.

Rotate

Rotation is available.

Move

Moving is available.

CornersResize

Resizing using corner resize handles is available.

AxisResize

Resizing using edge resize handles is available.

All

All transforms are available.

#Related API Members

The following properties accept/return MapItemTransform values:

#Remarks

The MapEditorTransformMode.Transform property uses these enumeration values.

See Also