Back to Devexpress

DiagramCommands.SetSelectedContainersHeaderPadding Property

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

latest1.4 KB
Original Source

DiagramCommands.SetSelectedContainersHeaderPadding Property

Gets the command that changes the amount of header padding for the selected containers.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

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

Property Value

TypeDescription
ICommand<Double>

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

|

Remarks

The SetSelectedContainersHeaderPadding command receives an argument of Double type.

See Also

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace