'Declaration Public Property VerticalAlignment As Nullable(Of TextVerticalType)
'Usage Dim instance As TextPropertiesBase Dim value As Nullable(Of TextVerticalType) instance.VerticalAlignment = value value = instance.VerticalAlignment
public Nullable<TextVerticalType> VerticalAlignment {get; set;}