MapEditor.TranslateItemsCommand Property
Returns the command that translates the Editor’s actual items.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
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