C# |
Nullable<HeaderStyle> HeaderStyle { get; set; }
|
VB |
Property HeaderStyle As Nullable(of HeaderStyle)
|
Property value
Type: Nullable<HeaderStyle>
A HeaderStyle enumerator value that specifies the style of Document headers.
The HeaderStyle property can equal either HeaderStyle.Tab or HeaderStyle.Tile. Depending on this value, Document headers within this group are displayed either as traditional tabs or as Windows 10-like tiles. Both tabs and tiles can be customized via the following properties: TabWidth, TileContentMargin, TileSize, TileImageAlignment and TileTextAlignment. The following figures illustrate customized tab and tile Document headers.

Refer to the How To: Create a TabbedGroup Container example to learn more.