ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1GaugeDecoratorCollection Class / Item Property

In This Topic
    Item Property
    In This Topic
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As System.Integer _
    ) As C1GaugeDecorator
    public C1GaugeDecorator this[ 
       System.int index
    ]; {get; set;}

    Parameters

    index
    See Also