[]
        
(Showing Draft Content)

C1.Win.C1Gauge.DecoratorCollection.IndexOf

IndexOf Method

IndexOf(C1GaugeDecorator)

Determines the index of a specific C1GaugeDecorator in the collection.

Declaration
public int IndexOf(C1GaugeDecorator decorator)
Parameters
Type Name Description
C1GaugeDecorator decorator
Returns
Type Description
int

IndexOf(string)

Determines index of the first C1GaugeDecorator with the specified name in the collection.

Declaration
public int IndexOf(string name)
Parameters
Type Name Description
string name
Returns
Type Description
int