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