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