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

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

    Parameters

    index
    See Also