Back to Devexpress

MapEditor.TranslateItemsCommand Property

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

latest1.2 KB
Original Source

MapEditor.TranslateItemsCommand Property

Returns the command that translates the Editor’s actual items.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

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

Property Value

TypeDescription
ICommand

The command that translates the Editor’s actual items.

|

Remarks

This command receives a Vector object as the parameter. The object specifies the offset in pixels on which the Editor should move items.

See Also

MapEditor Class

MapEditor Members

DevExpress.Xpf.Map Namespace