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