ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1GaugeDecoratorCollection Class / InsertItem Method

In This Topic
    InsertItem Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub InsertItem( _
       ByVal index As System.Integer, _
       ByVal item As C1GaugeDecorator _
    ) 
    protected override void InsertItem( 
       System.int index,
       C1GaugeDecorator item
    )

    Parameters

    index
    item
    See Also