public int Brightness { get; set; }
Public Property Brightness As Integer Get Set
public: property int Brightness { int get (); void set (int value); }