The following tables list the members exposed by BrushCollection.
Name | Description | |
---|---|---|
BrushCollection Constructor | Initializes a new BrushCollection. |
Name | Description | |
---|---|---|
Count | Gets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<Brush>) | |
InterpolationMode | Sets or gets the interpolation mode used to interpolate brushes. | |
Item | Gets or sets a brush at the specified index. |
Name | Description | |
---|---|---|
Items | Gets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<Brush>) |
Name | Description | |
---|---|---|
Add | Adds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<Brush>) | |
Clear | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<Brush>) | |
Contains | Determines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<Brush>) | |
CopyTo | Copies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<Brush>) | |
Equals | Determines if a BrushCollection is equivalent to another. | |
GetEnumerator | Returns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<Brush>) | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<Brush>) | |
Insert | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<Brush>) | |
Remove | Removes the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<Brush>) | |
RemoveAt | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<Brush>) | |
SelectRandom | Returns a random brush in the collection. |
Name | Description | |
---|---|---|
ClearItems | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<Brush>) | |
InsertItem | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<Brush>) | |
RemoveItem | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<Brush>) | |
SetItem | Replaces the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<Brush>) |
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from Infragistics.Collections.ObservableCollectionWrapper<Brush>) | |
PropertyChanged | (Inherited from Infragistics.Collections.ObservableCollectionWrapper<Brush>) |