Back to Devexpress

DiagramCommands.SetSelectedImagesScale Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcommands-6e9530d4.md

latest1.4 KB
Original Source

DiagramCommands.SetSelectedImagesScale Property

Gets the command that sets the specified zoom factor for selected image items.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public ICommand<double> SetSelectedImagesScale { get; }
vb
Public ReadOnly Property SetSelectedImagesScale As ICommand(Of Double)

Property Value

TypeDescription
ICommand<Double>

An object implementing the System.Windows.Input.ICommand interface.

|

Remarks

The SetSelectedImagesScale command accepts a parameter of the System.Double type.

See Also

SetSelectedImagesStretchMode

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace