ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1GaugeDecoratorCollection Class / InsertItem Method

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

    Parameters

    index
    item
    See Also