Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / GaugeCollection Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Gets or sets the C1GaugeBase at the specified position in the collection.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal index As System.Integer _
    ) As C1GaugeBase
    public C1GaugeBase Item( 
       System.int index
    ) {get; set;}

    Parameters

    index
    See Also