Tile.VerticalHeaderAlignment Property
Gets or sets the vertical alignment of the tile’s header. This is a dependency property.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v24.1.dll
NuGet Package: DevExpress.Wpf.LayoutControl
Declaration
Property Value
Type | Description |
---|---|
VerticalAlignment | A VerticalAlignment enumeration value that specifies the header’s vertical alignment. |
Remarks
To specify the tile header’s horizontal alignment, use the Tile.HorizontalHeaderAlignment property.
See Also