Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / DecoratorCollection Class / Remove Method

In This Topic
    Remove Method (DecoratorCollection)
    In This Topic
    Removes the specified C1GaugeDecorator from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal decorator As C1GaugeDecorator _
    ) 
    public void Remove( 
       C1GaugeDecorator decorator
    )

    Parameters

    decorator
    See Also