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

ITabbedGroupDefaultProperties.TileImageAlignment Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

TileHeaderContentAlignment? TileImageAlignment { get; set; }

Property Value

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

A Nullable<T><DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileHeaderContentAlignment,> object that specifies the image location within tiles that serve as Document headers for Documents within this TabbedGroup.

Remarks

Tiles display images assigned to the BaseDocument.Image properties of associated Documents. The TileImageAlignment property allows you to manually arrange images within tiles. To specify whether Document headers should be presented as tiles or as traditional tabs, use the ITabbedGroupDefaultProperties.HeaderStyle property.

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

See Also