The following tables list the members exposed by BrushCollection.
Name | Description | |
---|---|---|
BrushCollection Constructor |
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 a brush at the specified real-precision index. For non-integer indices, this requires interpolation. |
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>) | |
Move | (Inherited from System.Collections.ObjectModel.ObservableCollection<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 | |
---|---|---|
BlockReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<Brush>) | |
CheckReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<Brush>) | |
ClearItems | (Inherited from System.Collections.ObjectModel.ObservableCollection<Brush>) | |
InsertItem | Overridden. Inserts a brush in specified index of BrushCollection | |
MoveItem | (Inherited from System.Collections.ObjectModel.ObservableCollection<Brush>) | |
OnCollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<Brush>) | |
OnPropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<Brush>) | |
RemoveItem | (Inherited from System.Collections.ObjectModel.ObservableCollection<Brush>) | |
SetItem | Overridden. Sets a brush in specified index of BrushCollection |
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<Brush>) |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<Brush>) |