'Declaration Public Property MaxWidth As System.Nullable(Of Single)
public System.Nullable<float> MaxWidth {get; set;}
a null reference (Nothing in Visual Basic) (the default value) means there is no limit on the maximum width.
The value is ignored if the FixedWidth property is set to true.
'Declaration Public Property MaxWidth As System.Nullable(Of Single)
public System.Nullable<float> MaxWidth {get; set;}