[]
Gets or sets the VerticalAlignment of the header cells in this row/column.
[TypeConverter(typeof(NullableObjectConverter<VerticalAlignment>))]
public VerticalAlignment? HeaderVerticalAlignment { get; set; }
<TypeConverter(GetType(NullableObjectConverter(Of VerticalAlignment)))>
Public Property HeaderVerticalAlignment As VerticalAlignment?