Get or Set the width of the rectangle

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