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