[]
        
(Showing Draft Content)

C1.Win.Gauge.CommonShapeCollection

CommonShapeCollection Class

Represents a collection of CommonShape objects.

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

Properties

Name Description
this[int]

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

this[string]

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

Methods

Name Description
Add(CommonShape)

Adds the specified CommonShape to the collection.

AddRange(CommonShape[])

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

Contains(CommonShape)

Determines whether this collection contains the specified CommonShape.

IndexOf(CommonShape)

Determines the index of a specific CommonShape in the collection.

Insert(int, CommonShape)

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

OnValidate(object)

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

Remove(CommonShape)

Removes the specified CommonShape from the collection.