ITileContainerDefaultProperties.VerticalContentAlignment Property
Gets or sets the vertical alignment for all the current TileContainer‘s Tile Groups.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Nullable<VertAlignment> | A VertAlignment enumerator value that specifies the vertical alignment for all the current TileContainer‘s Tile Groups. |
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
The VerticalContentAlignment and ITileContainerDefaultProperties.HorizontalContentAlignment properties allow you to align Tile Groups within a TileContainer. Default values for both of these properties serve as the Center value.
You can also use the ITileContainerDefaultProperties.Padding property to specify the content margins.