Back to Devexpress

ITileContainerDefaultProperties.HorizontalContentAlignment Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-6b063dbc.md

latest3.0 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
HorzAlignment? HorizontalContentAlignment { get; set; }
vb
Property HorizontalContentAlignment As HorzAlignment?

Property Value

TypeDescription
Nullable<HorzAlignment>

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

|

Available values:

NameDescription
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

VerticalContentAlignment

Padding

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace