ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1GaugeDecoratorCollection Class / IndexOf Method

In This Topic
    IndexOf Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal item As C1GaugeDecorator _
    ) As System.Integer
    public System.int IndexOf( 
       C1GaugeDecorator item
    )

    Parameters

    item
    See Also