Skip to main content

ITileContainerDefaultProperties.ActualPadding Property

Gets the current amount of space between the TileContainer‘s outer border and content.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

Padding ActualPadding { get; }

Property Value

Type Description
Padding

A Padding structure that specifies the current amount of space between the TileContainer‘s outer border and content.

Remarks

See the ITileContainerDefaultProperties.Padding property to lean more.

See Also