Back to Devexpress

ITileContainerDefaultProperties.ActualVerticalContentAlignment Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-2f42fc4e.md

latest2.4 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
VertAlignment ActualVerticalContentAlignment { get; }
vb
ReadOnly Property ActualVerticalContentAlignment As VertAlignment

Property Value

TypeDescription
VertAlignment

A VertAlignment enumerator value that specifies the current vertical alignment common to all Tile Groups within this TileContainer.

|

Available values:

NameDescription
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

VerticalContentAlignment

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace