In This Article

TintGroupCollection Class

Represents an observable collection of TintGroup objects.

public class TintGroupCollection : DeferrableObservableCollection<TintGroup>
Inheritance:
System.Object DeferrableObservableCollection<TintGroup> Object

Constructors

TintGroupCollection()

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 System.Collections.Generic.IEnumerable<System.String>

The names of the tint groups to add.

tintColor System.Windows.Media.Color

The tint color to associate with the specified names.

Inherited Members