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

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

    Parameters

    item
    See Also