ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / CapCircleCollection Class / Item Property

In This Topic
    Item Property (CapCircleCollection)
    In This Topic
    Gets or sets the C1GaugeCapCircle at the specified position in the collection.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As System.Integer _
    ) As C1GaugeCapCircle
    public C1GaugeCapCircle this[ 
       System.int index
    ]; {get; set;}

    Parameters

    index
    See Also