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