Skip to main content

ITabbedGroupProperties.TileImageAlignment Property

Gets or sets the image 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 TileImageAlignment { get; set; }

Property Value

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

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

Remarks

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

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

See Also