Back to Devexpress

ITileContainerDefaultProperties.VerticalContentAlignment Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-4fee9fe8.md

latest3.0 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
VertAlignment? VerticalContentAlignment { get; set; }
vb
Property VerticalContentAlignment As VertAlignment?

Property Value

TypeDescription
Nullable<VertAlignment>

A VertAlignment enumerator value that specifies the vertical alignment for all the current TileContainer‘s Tile Groups.

|

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

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.

See Also

HorizontalContentAlignment

Padding

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace