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