Nullable<float> PercentWidth { get; set; }
Property PercentWidth As Nullable(Of Single) Get Set
property Nullable<float> PercentWidth { Nullable<float> get (); void set (Nullable<float> value); }