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