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

ITabbedGroupDefaultProperties.TileTextAlignment Property

Gets or sets the text location within tiles that serve as Document headers for Documents within this TabbedGroup.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

TileHeaderContentAlignment? TileTextAlignment { get; set; }

Property Value

Type Description
Nullable<DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileHeaderContentAlignment>

A TileHeaderContentAlignment enumerator value that specifies the text location within tiles that serve as Document headers for Documents within this TabbedGroup.

Remarks

Tiles display text, assigned to the BaseDocument.Header properties of associated Documents. If these text strings contain HTML tags, tiles can also display this HTML-formatted text. To do so, set the AllowHtmlDrawHeaders property in the TabbedGroup.Properties section to true.

You can additionally customize TabbedGroup tiles via the ITabbedGroupDefaultProperties.TileImageAlignment, ITabbedGroupDefaultProperties.TileSize and ITabbedGroupDefaultProperties.TileContentMargin properties.

See Also