Version 24.2 (latest)

BrushCollection Class Properties

For a list of all members of this type, see BrushCollection members.

Public Properties
 NameDescription
Public PropertyCountGets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<Brush>)
Public PropertyInterpolationModeSets or gets the interpolation mode used to interpolate brushes.  
Public PropertyItemGets a brush at the specified real-precision index. For non-integer indices, this requires interpolation.  
Protected Properties
 NameDescription
Protected PropertyItemsGets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<Brush>)
See Also