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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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