public double? FontSize { get; }
Public ReadOnly Property FontSize As Double? Get
public: property Nullable<double> FontSize { Nullable<double> get (); }
member FontSize : Nullable<float> with get
In This Article