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