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.v20.2.dll
Declaration
VertAlignment? VerticalContentAlignment { get; set; }
Property VerticalContentAlignment As VertAlignment?
Property Value
Type | Description |
---|---|
Nullable<VertAlignment> | A VertAlignment enumerator value that specifies the vertical alignment for all the current TileContainer's Tile Groups. |
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
Feedback