Get or Set the height of the rectangle

C# | Visual Basic | Visual C++ |
public T Height { get; set; }
Public Property Height As T
public: property T Height { T get (); void set (T value); }
C# | Visual Basic | Visual C++ |
public T Height { get; set; }
Public Property Height As T
public: property T Height { T get (); void set (T value); }