Back to Devexpress

MapEditor.ScaleItemsCommand Property

wpf-devexpress-dot-xpf-dot-map-dot-mapeditor-00db682a.md

latest1.3 KB
Original Source

MapEditor.ScaleItemsCommand Property

Returns the command that scales the Editor’s Active Items.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

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

Property Value

TypeDescription
ICommand

The command that scales the Editor’s Active Items.

|

Remarks

This command receives a Point object as the parameter. It specifies values on which the Editor should scale items horizontally and vertically.

Note

The scale origin is the center point of an active item group.

See Also

MapEditor Class

MapEditor Members

DevExpress.Xpf.Map Namespace