IList<Color> CustomBackgroundColors { get; set; }Property CustomBackgroundColors As IList(Of Color)
Get
Setproperty IList<Color^>^ CustomBackgroundColors {
IList<Color^>^ get ();
void set (IList<Color^>^ value);
}abstract CustomBackgroundColors : IList<Color> with get, set