Back to Devexpress

Tile.VerticalHeaderAlignment Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-tile-9e711b77.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public VerticalAlignment VerticalHeaderAlignment { get; set; }
vb
Public Property VerticalHeaderAlignment As VerticalAlignment

Property Value

TypeDescription
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

HorizontalHeaderAlignment

Tile Class

Tile Members

DevExpress.Xpf.LayoutControl Namespace