[]
        
(Showing Draft Content)

C1.Win.Gauge.DecoratorCollection.Contains

Contains Method

Contains(C1GaugeDecorator)

Determines whether this collection contains the specified C1GaugeDecorator.

Declaration
public bool Contains(C1GaugeDecorator decorator)
Public Function Contains(decorator As C1GaugeDecorator) As Boolean
Parameters
Type Name Description
C1GaugeDecorator decorator
Returns
Type Description
bool

Contains(string)

Determines whether this collection contains a C1GaugeDecorator with the specified name.

Declaration
public bool Contains(string name)
Public Function Contains(name As String) As Boolean
Parameters
Type Name Description
string name
Returns
Type Description
bool