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