Skip to main content
A newer version of this page is available. .

ITileContainerDefaultProperties.HorizontalContentAlignment Property

Gets or sets the horizontal alignment for all the current TileContainer‘s Tile Groups.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

HorzAlignment? HorizontalContentAlignment { get; set; }

Property Value

Type Description
Nullable<HorzAlignment>

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

Available values:

Name Description
Default

Places an object or text at the default position, which is determined by a control.

Near

Places an object/text at a near position.

Center

Centers an object or text within a region.

Far

Places an object/text at a far position.

Remarks

The HorizontalContentAlignment and ITileContainerDefaultProperties.VerticalContentAlignment 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