A newer version of this page is available.
Switch to the current version.
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.1.dll
Declaration
HorzAlignment? HorizontalContentAlignment { get; set; }
Property HorizontalContentAlignment As HorzAlignment?
Property Value
Type | Description |
---|---|
Nullable<HorzAlignment> | A HorzAlignment enumerator value that specifies the horizontal alignment for all the current TileContainer's Tile Groups. |
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
Feedback