double? IconWidth { get; set; }
Property IconWidth As Double? Get Set
property Nullable<double> IconWidth { Nullable<double> get (); void set (Nullable<double> value); }
abstract IconWidth : Nullable<float> with get, set
In This Article