public int Cols { get; set; }
Public Property Cols As Integer Get Set
public: property int Cols { int get (); void set (int value); }
member Cols : int with get, set