[]
Determines the index of a specific C1GaugeDecorator in the collection.
public int IndexOf(C1GaugeDecorator decorator)
Public Function IndexOf(decorator As C1GaugeDecorator) As Integer
| Type | Name | Description |
|---|---|---|
| C1GaugeDecorator | decorator |
| Type | Description |
|---|---|
| int |
Determines index of the first C1GaugeDecorator with the specified name in the collection.
public int IndexOf(string name)
Public Function IndexOf(name As String) As Integer
| Type | Name | Description |
|---|---|---|
| string | name |
| Type | Description |
|---|---|
| int |