public bool Color { get; set; }
Public Property Color As Boolean Get Set
public: property bool Color { bool get (); void set (bool value); }