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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.