In This Article

TintGroupCollection Class

Represents an observable collection of TintGroup objects.

public class TintGroupCollection : DeferrableObservableCollection<TintGroup>
Inheritance:
object Collection<TintGroup> ObservableCollection<TintGroup> DeferrableObservableCollection<TintGroup> object

Constructors

TintGroupCollection()

Initializes an instance of the class.

public TintGroupCollection()

Methods

AddRange(IEnumerable<string>, Color)

Adds multiple tint groups to the collection.

public void AddRange(IEnumerable<string> names, Color tintColor)
Parameter Type Description
names IEnumerable<string>

The names of the tint groups to add.

tintColor Color

The tint color to associate with the specified names.

Inherited Members