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

In This Topic
    Contains Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal item As C1GaugeDecorator _
    ) As System.Boolean
    public System.bool Contains( 
       C1GaugeDecorator item
    )

    Parameters

    item
    See Also