ITabbedGroupDefaultProperties.TileContentMargin Property
Gets or sets the margin for a group of tiles which serve as Document headers within this TabbedGroup.
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 is the tile content margin. |
Remarks
Document headers can be presented either as tabs or as tiles depending on the ITabbedGroupDefaultProperties.HeaderStyle property. For tile headers, you can specify content margins via the TileContentMargin property. The image below illustrates the difference between tiles with different TileContentMargin property values.
See Also