int? FontWeight { get; set; }
Property FontWeight As Integer? Get Set
property Nullable<int> FontWeight { Nullable<int> get (); void set (Nullable<int> value); }
abstract FontWeight : Nullable<int> with get, set
In This Article