Back to Devexpress

MapEditor.SetTransformModeCommand Property

wpf-devexpress-dot-xpf-dot-map-dot-mapeditor-cc3e952c.md

latest1.3 KB
Original Source

MapEditor.SetTransformModeCommand Property

Returns the command that switches the Editor to the Transform mode.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public ICommand SetTransformModeCommand { get; }
vb
Public ReadOnly Property SetTransformModeCommand As ICommand

Property Value

TypeDescription
ICommand

The command that switches the Editor to the Transform mode.

|

Remarks

This command receives a MapItemTransform flag value as the command parameter. The value specifies the list of available transformations that the Editor can apply to map items.

See Also

MapEditor Class

MapEditor Members

DevExpress.Xpf.Map Namespace