Back to Devexpress

DiagramCommands.SetSelectedImagesStretchMode Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcommands-e7a2e436.md

latest1.5 KB
Original Source

DiagramCommands.SetSelectedImagesStretchMode Property

Gets the command that sets the specified stretch mode for selected image items.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public ICommand<StretchMode> SetSelectedImagesStretchMode { get; }
vb
Public ReadOnly Property SetSelectedImagesStretchMode As ICommand(Of StretchMode)

Property Value

TypeDescription
ICommand<StretchMode>

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

|

Remarks

The SetSelectedImagesStretchMode command accepts a parameter of the StretchMode type.

See Also

SetSelectedImagesScale

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace