ColorCollection
Class
Collection of colors.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class ColorCollection : ObservableCollection<Color>, IList<Color>, ICollection<Color>, IList, ICollection, IReadOnlyList<Color>, IReadOnlyCollection<Color>, IEnumerable<Color>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<Color>ObservableCollection<Color>ColorCollection
Implements:
Inherited Members
Constructors
C#
public ColorCollection()