Gets or sets the VerticalAlignment of the header cells in this row/column.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
[DefaultValueAttribute(null)]
[TypeConverterAttribute(typeof(NullableObjectConverter<VerticalAlignment>))]
public Nullable<VerticalAlignment> HeaderVerticalAlignment { get; set; }
Visual Basic
<DefaultValueAttribute(Nothing)> _
<TypeConverterAttribute(GetType(NullableObjectConverter(Of VerticalAlignment)))> _
Public Property HeaderVerticalAlignment As Nullable(Of VerticalAlignment)
	Get
	Set

See Also