ITileContainerDefaultProperties.ActualVerticalContentAlignment Property
Gets the current vertical alignment common to all Tile Groups within this TileContainer.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
VertAlignment | A VertAlignment enumerator value that specifies the current vertical alignment common to all Tile Groups within this TileContainer. |
Available values:
Name | Description |
---|---|
Default | Places the text to its default position. The default position is in the center of an object. |
Top | Places the text to the top of an object. |
Center | Centers the text within an object. |
Bottom | Places the text to the bottom of an object. |
Remarks
See the ITileContainerDefaultProperties.VerticalContentAlignment property to learn more.
See Also