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

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