double? FontSize { get; set; }
Property FontSize As Double? Get Set
property Nullable<double> FontSize { Nullable<double> get (); void set (Nullable<double> value); }
abstract FontSize : Nullable<float> with get, set
In This Article