[]
        
(Showing Draft Content)

C1.Win.C1Gauge.CommonGradientCollection

CommonGradientCollection Class

Represents a collection of CommonGradient objects.

Inheritance
CommonGradientCollection
Namespace: C1.Win.C1Gauge
Assembly: C1.Win.C1Gauge.4.8.dll
Syntax
[ListBindable(false)]
public class CommonGradientCollection : CommonItemCollection, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets or sets the CommonGradient at the specified position in the collection.

this[string]

Gets the first CommonGradient with the specified name in the collection.

Methods

Name Description
Add(CommonGradient)

Adds the specified CommonGradient to the collection.

AddRange(CommonGradient[])

Adds a group of CommonGradient objects to the end of the collection.

Contains(CommonGradient)

Determines whether this collection contains the specified CommonGradient.

IndexOf(CommonGradient)

Determines the index of a specific CommonGradient in the collection.

Insert(int, CommonGradient)

Inserts the specified CommonGradient into this collection at the given index.

OnValidate(object)

Checks whather the type of the value argument is allowable for this collection.

Remove(CommonGradient)

Removes the specified CommonGradient from the collection.