Back to Devexpress

DiagramCommands.SetSelectedContainersPadding Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcommands-925abd52.md

latest1.4 KB
Original Source

DiagramCommands.SetSelectedContainersPadding Property

Gets the command that changes the amount of padding for the selected container.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

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

Property Value

TypeDescription
ICommand<Double>

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

|

Remarks

The SetSelectedContainersPadding command receives an argument of Double type.

See Also

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace