Class BrushCollection
Represents a collection of brushes. Supports the RadChart styling infrastructure.
Inheritance
System.Object
System.Collections.Generic.List<System.Windows.Media.Brush>
BaseResourceCollection<System.Windows.Media.Brush>
SingleResourceCollection<System.Windows.Media.Brush>
BrushCollection
Inherited Members
System.Collections.Generic.List<System.Windows.Media.Brush>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<System.Windows.Media.Brush>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<System.Windows.Media.Brush>.Add(System.Windows.Media.Brush)
System.Collections.Generic.List<System.Windows.Media.Brush>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<System.Windows.Media.Brush>.AddRange(System.Collections.Generic.IEnumerable<System.Windows.Media.Brush>)
System.Collections.Generic.List<System.Windows.Media.Brush>.AsReadOnly()
System.Collections.Generic.List<System.Windows.Media.Brush>.BinarySearch(System.Int32, System.Int32, System.Windows.Media.Brush, System.Collections.Generic.IComparer<System.Windows.Media.Brush>)
System.Collections.Generic.List<System.Windows.Media.Brush>.BinarySearch(System.Windows.Media.Brush)
System.Collections.Generic.List<System.Windows.Media.Brush>.BinarySearch(System.Windows.Media.Brush, System.Collections.Generic.IComparer<System.Windows.Media.Brush>)
System.Collections.Generic.List<System.Windows.Media.Brush>.Clear()
System.Collections.Generic.List<System.Windows.Media.Brush>.Contains(System.Windows.Media.Brush)
System.Collections.Generic.List<System.Windows.Media.Brush>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<System.Windows.Media.Brush>.ConvertAll<TOutput>(System.Converter<System.Windows.Media.Brush, TOutput>)
System.Collections.Generic.List<System.Windows.Media.Brush>.CopyTo(System.Windows.Media.Brush[])
System.Collections.Generic.List<System.Windows.Media.Brush>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<System.Windows.Media.Brush>.CopyTo(System.Int32, System.Windows.Media.Brush[], System.Int32, System.Int32)
System.Collections.Generic.List<System.Windows.Media.Brush>.CopyTo(System.Windows.Media.Brush[], System.Int32)
System.Collections.Generic.List<System.Windows.Media.Brush>.Exists(System.Predicate<System.Windows.Media.Brush>)
System.Collections.Generic.List<System.Windows.Media.Brush>.Find(System.Predicate<System.Windows.Media.Brush>)
System.Collections.Generic.List<System.Windows.Media.Brush>.FindAll(System.Predicate<System.Windows.Media.Brush>)
System.Collections.Generic.List<System.Windows.Media.Brush>.FindIndex(System.Predicate<System.Windows.Media.Brush>)
System.Collections.Generic.List<System.Windows.Media.Brush>.FindIndex(System.Int32, System.Predicate<System.Windows.Media.Brush>)
System.Collections.Generic.List<System.Windows.Media.Brush>.FindIndex(System.Int32, System.Int32, System.Predicate<System.Windows.Media.Brush>)
System.Collections.Generic.List<System.Windows.Media.Brush>.FindLast(System.Predicate<System.Windows.Media.Brush>)
System.Collections.Generic.List<System.Windows.Media.Brush>.FindLastIndex(System.Predicate<System.Windows.Media.Brush>)
System.Collections.Generic.List<System.Windows.Media.Brush>.FindLastIndex(System.Int32, System.Predicate<System.Windows.Media.Brush>)
System.Collections.Generic.List<System.Windows.Media.Brush>.FindLastIndex(System.Int32, System.Int32, System.Predicate<System.Windows.Media.Brush>)
System.Collections.Generic.List<System.Windows.Media.Brush>.ForEach(System.Action<System.Windows.Media.Brush>)
System.Collections.Generic.List<System.Windows.Media.Brush>.GetEnumerator()
System.Collections.Generic.List<System.Windows.Media.Brush>.System.Collections.Generic.IEnumerable<System.Windows.Media.Brush>.GetEnumerator()
System.Collections.Generic.List<System.Windows.Media.Brush>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<System.Windows.Media.Brush>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<System.Windows.Media.Brush>.IndexOf(System.Windows.Media.Brush)
System.Collections.Generic.List<System.Windows.Media.Brush>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<System.Windows.Media.Brush>.IndexOf(System.Windows.Media.Brush, System.Int32)
System.Collections.Generic.List<System.Windows.Media.Brush>.IndexOf(System.Windows.Media.Brush, System.Int32, System.Int32)
System.Collections.Generic.List<System.Windows.Media.Brush>.Insert(System.Int32, System.Windows.Media.Brush)
System.Collections.Generic.List<System.Windows.Media.Brush>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<System.Windows.Media.Brush>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<System.Windows.Media.Brush>)
System.Collections.Generic.List<System.Windows.Media.Brush>.LastIndexOf(System.Windows.Media.Brush)
System.Collections.Generic.List<System.Windows.Media.Brush>.LastIndexOf(System.Windows.Media.Brush, System.Int32)
System.Collections.Generic.List<System.Windows.Media.Brush>.LastIndexOf(System.Windows.Media.Brush, System.Int32, System.Int32)
System.Collections.Generic.List<System.Windows.Media.Brush>.Remove(System.Windows.Media.Brush)
System.Collections.Generic.List<System.Windows.Media.Brush>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<System.Windows.Media.Brush>.RemoveAll(System.Predicate<System.Windows.Media.Brush>)
System.Collections.Generic.List<System.Windows.Media.Brush>.RemoveAt(System.Int32)
System.Collections.Generic.List<System.Windows.Media.Brush>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<System.Windows.Media.Brush>.Reverse()
System.Collections.Generic.List<System.Windows.Media.Brush>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<System.Windows.Media.Brush>.Sort()
System.Collections.Generic.List<System.Windows.Media.Brush>.Sort(System.Collections.Generic.IComparer<System.Windows.Media.Brush>)
System.Collections.Generic.List<System.Windows.Media.Brush>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<System.Windows.Media.Brush>)
System.Collections.Generic.List<System.Windows.Media.Brush>.Sort(System.Comparison<System.Windows.Media.Brush>)
System.Collections.Generic.List<System.Windows.Media.Brush>.ToArray()
System.Collections.Generic.List<System.Windows.Media.Brush>.TrimExcess()
System.Collections.Generic.List<System.Windows.Media.Brush>.TrueForAll(System.Predicate<System.Windows.Media.Brush>)
System.Collections.Generic.List<System.Windows.Media.Brush>.Capacity
System.Collections.Generic.List<System.Windows.Media.Brush>.Count
System.Collections.Generic.List<System.Windows.Media.Brush>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<System.Windows.Media.Brush>.System.Collections.Generic.ICollection<System.Windows.Media.Brush>.IsReadOnly
System.Collections.Generic.List<System.Windows.Media.Brush>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<System.Windows.Media.Brush>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<System.Windows.Media.Brush>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<System.Windows.Media.Brush>.Item[System.Int32]
System.Collections.Generic.List<System.Windows.Media.Brush>.System.Collections.IList.Item[System.Int32]
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class BrushCollection : SingleResourceCollection<Brush>, IList<Brush>, ICollection<Brush>, IList, ICollection, IReadOnlyList<Brush>, IReadOnlyCollection<Brush>, IEnumerable<Brush>, IEnumerable, IKeyIndexValueProvider