'Declaration Public Property Alignment As System.Nullable(Of RectangleAlignment)
public System.Nullable<RectangleAlignment> Alignment {get; set;}
The default is a null reference (Nothing in Visual Basic) for text and RectangleAlignment.Bottom for drawings.
Note that a null reference (Nothing in Visual Basic) cannot be used for drawings.
'Declaration Public Property Alignment As System.Nullable(Of RectangleAlignment)
public System.Nullable<RectangleAlignment> Alignment {get; set;}