Public Property Width As Integer
public int Width { get; set; }
public: property int Width { int get (); void set (int value); }
function get_width(); function set_width(value);