Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
![]() | Item | Overloaded. Gets or sets the C1GaugeBaseShape at the specified position in the collection. |
The following tables list the members exposed by ShapeCollection.
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
![]() | Item | Overloaded. Gets or sets the C1GaugeBaseShape at the specified position in the collection. |
Name | Description | |
---|---|---|
![]() | Add | Adds the specified C1GaugeBaseShape to the collection. |
![]() | AddRange | Adds a group of C1GaugeBaseShape objects to the end of the collection. |
![]() | Clear | (Inherited from System.Collections.CollectionBase) |
![]() | ClearAndDispose | Removes all shapes from the collection, then disposes the shapes. |
![]() | Contains | Overloaded. Determines whether this collection contains the specified C1GaugeBaseShape. |
![]() | IndexOf | Overloaded. Determines the index of a specific C1GaugeBaseShape in the collection. |
![]() | Insert | Inserts the specified C1GaugeBaseShape into this collection at the given index. |
![]() | Move | Moves the item with given index (fromIndex) to the new position (toIndex). |
![]() | Remove | Removes the specified C1GaugeBaseShape from the collection. |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
![]() | OnClear | Overridden. Performs additional custom processes when clearing the contents of the ShapeCollection instance. |
![]() | OnClearComplete | Overridden. Performs additional custom processes after clearing the contents of the ShapeCollection instance. |
![]() | OnInsert | (Inherited from System.Collections.CollectionBase) |
![]() | OnInsertComplete | Overridden. Performs additional custom processes after inserting a C1GaugeBaseShape into the ShapeCollection instance. |
![]() | OnRemove | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemoveComplete | Overridden. Performs additional custom processes after removing a C1GaugeBaseShape from the ShapeCollection instance. |
![]() | OnSet | (Inherited from System.Collections.CollectionBase) |
![]() | OnSetComplete | Overridden. Performs additional custom processes after setting a C1GaugeBaseShape in the ShapeCollection instance. |
![]() | OnValidate | Overridden. Checks whather the type of the value argument is allowable for this collection. |