Back to Devexpress

MapEditorTransformMode.Transform Property

wpf-devexpress-dot-xpf-dot-map-dot-mapeditortransformmode.md

latest1.5 KB
Original Source

MapEditorTransformMode.Transform Property

Gets or sets the value that specifies transformations that an end user can apply to the Editor’s active items.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public MapItemTransform Transform { get; set; }
vb
Public Property Transform As MapItemTransform

Property Value

TypeDescription
MapItemTransform

The value that specifies transformations that an end user can apply to the Editor’s active items.

|

Available values:

NameDescription
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.

|

See Also

MapEditorTransformMode Class

MapEditorTransformMode Members

DevExpress.Xpf.Map Namespace