ITileContainerDefaultProperties.ItemPadding Property
Gets or sets for the current TileContainer, the common amount of space between a Tile‘s borders and its content.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Nullable<Padding> | A Padding structure that specifies the amount of space between a Tile‘s borders and its content. |
Remarks
The ItemPadding property can be overridden for individual Tiles via the BaseTile.Padding property. The ItemPadding property in turn overrides the global View’s padding setting specified via the corresponding property in the WindowsUIView.TileContainerProperties object.
See Also