ITileContainerDefaultProperties.ActualItemPadding Property
Gets the actual margins common to all Tiles within the current TileContainer.
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 is the actual margins common to all Tiles within the current TileContainer. |
Remarks
See the ITileContainerDefaultProperties.ItemPadding property to learn more.
See Also