A newer version of this page is available.
Switch to the current version.
ITileContainerDefaultProperties.ActualVerticalContentAlignment Property
Gets the current vertical alignment common to all Tile Groups within this TileContainer.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v19.1.dll
Declaration
VertAlignment ActualVerticalContentAlignment { get; }
ReadOnly Property ActualVerticalContentAlignment As VertAlignment
Property Value
Type | Description |
---|---|
VertAlignment | A VertAlignment enumerator value that specifies the current vertical alignment common to all Tile Groups within this TileContainer. |
Remarks
See the ITileContainerDefaultProperties.VerticalContentAlignment property to learn more.
See Also
Feedback