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