'Declaration Public Property FontSize As System.Nullable(Of Single)
public System.Nullable<float> FontSize { get; set; }
public: __property System.Nullable<float> get_FontSize(); public: __property void set_FontSize(
System.Nullable<float> value
);
public:
property System.Nullable<float> FontSize { System.Nullable<float> get(); void set(System.Nullable<float> value); }