ClassColorCollection
Class
Collection of colors.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
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
ColorCollection()
Declaration
cs-api-definition
public ColorCollection()