[]
        
(Showing Draft Content)

C1.Win.Gauge.CommonBorderCollection

CommonBorderCollection Class

Represents a collection of CommonBorder objects.

Inheritance
CommonBorderCollection
Namespace: C1.Win.Gauge
Assembly: C1.Win.Gauge.8.dll
Syntax
[ListBindable(false)]
public class CommonBorderCollection : CommonItemCollection, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

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

this[string]

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

Methods

Name Description
Add(CommonBorder)

Adds the specified CommonBorder to the collection.

AddRange(CommonBorder[])

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

Contains(CommonBorder)

Determines whether this collection contains the specified CommonBorder.

IndexOf(CommonBorder)

Determines the index of a specific CommonBorder in the collection.

Insert(int, CommonBorder)

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

OnValidate(object)

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

Remove(CommonBorder)

Removes the specified CommonBorder from the collection.