Skip to main content

DiagramCommands.SetSelectedImagesStretchMode Property

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

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public ICommand<StretchMode> SetSelectedImagesStretchMode { get; }

Property Value

Type Description
ICommand<StretchMode>

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

Remarks

The SetSelectedImagesStretchMode command accepts a parameter of the StretchMode type.

See Also