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.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public MapItemTransform Transform { get; set; }
#Property Value
Type | Description |
---|---|
Map |
The value that specifies transformations that an end user can apply to the Editor’s active items. |
Available values:
Name | Description |
---|---|
None | No one transform is available. |
Rotate | Rotation is available. |
Move | Moving is available. |
Corners |
Resizing using corner resize handles is available. |
Axis |
Resizing using edge resize handles is available. |
All | All transforms are available. |