Skip to main content

ITabbedGroupProperties.TileTextAlignment Property

Gets or sets the text alignment for all Document headers within this WindowsUIView. This property is in effect only for Document headers, displayed as tiles.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

TileHeaderContentAlignment TileTextAlignment { get; set; }

Property Value

Type Description
DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileHeaderContentAlignment

A TileHeaderContentAlignment enumerator value that specifies the text alignment for all tile-styled Document headers within this WindowsUIView.

Remarks

The TileTextAlignment property specifies the Document header text location for all TabbedGroup containers within this View. You can also override this common property setting for individual TabbedGroups via the ITabbedGroupDefaultProperties.TileTextAlignment property. See this link for the details.

The TileTextAlignment property affects only tile-styled Document headers. To specify the style of Document headers, use the ITabbedGroupDefaultProperties.HeaderStyle or ITabbedGroupProperties.HeaderStyle properties.

See Also