Back to Devexpress

ITabbedGroupDefaultProperties.TileSize Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itabbedgroupdefaultproperties-c760c296.md

latest2.6 KB
Original Source

ITabbedGroupDefaultProperties.TileSize Property

Gets or sets the size of Document headers that are presented as tiles within this TabbedGroup.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
int? TileSize { get; set; }
vb
Property TileSize As Integer?

Property Value

TypeDescription
Nullable<Int32>

An Int32 value that is the size of Document headers that are presented as tiles within this TabbedGroup.

|

Remarks

Use the TileSize property to set the size of a custom Document header. This property only affects Document headers displayed as tiles. To choose the header style (Windows 10-like tiles or traditional tabs) use the ITabbedGroupDefaultProperties.HeaderStyle property.

See Also

HeaderStyle

TabWidth

TileContentMargin

TileImageAlignment

TileTextAlignment

ITabbedGroupDefaultProperties Interface

ITabbedGroupDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace