Skip to main content

MapEditor.TranslateItemsCommand Property

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

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public ICommand TranslateItemsCommand { get; }

Property Value

Type Description
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