Back to Devexpress

ITileContainerDefaultProperties.ActualPadding Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-48fc25e9.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
Padding ActualPadding { get; }
vb
ReadOnly Property ActualPadding As Padding

Property Value

TypeDescription
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

Padding

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace