Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

VertAlignment ActualVerticalContentAlignment { get; }

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