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