Skip to main content

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

#Declaration

public VerticalAlignment VerticalHeaderAlignment { get; set; }

#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