Skip to main content
A newer version of this page is available. .

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

Declaration

Padding? TileContentMargin { get; set; }

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.

WindowsUIView - TabbedGroup 5px and 20px margins

See Also