Gets or sets the amount of space between the control's borders and its contents.
This is a dependency property.
Namespace:DevExpress.Xpf.Bars
Assembly:DevExpress.Xpf.Core.v17.2.dll

Syntax
C# |
public Thickness ActualPadding { get; }
|
VB |
Public ReadOnly Property ActualPadding As Thickness
|
Property value
Type: Thickness
A System.Windows.Thickness value that specifies the amount of space between the control's borders and its contents.

See Also