Skip to main content
A newer version of this page is available. .
Bar

BarContainerControl.ActualPadding Property

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public Thickness ActualPadding { get; }

Property Value

Type Description
Thickness

A Thickness value that specifies the amount of space between the control’s borders and its contents.

See Also