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

In This Topic
    Remove Method (CapCircleCollection)
    In This Topic
    Removes the specified C1GaugeCapCircle from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal item As C1GaugeCapCircle _
    ) 
    public void Remove( 
       C1GaugeCapCircle item
    )

    Parameters

    item
    See Also