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