Tile.VerticalHeaderAlignment Property
In This Article
Gets or sets the vertical alignment of the tile's header. This is a dependency property.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Vertical |
A Vertical |
#Remarks
To specify the tile header's horizontal alignment, use the Tile.HorizontalHeaderAlignment property.
See Also