2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / VisualEffectsStyleCollection Class / Item Property / Item(Int32) Property
The style index.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets style by the specified index.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal i As System.Integer _
    ) As VisualEffectsStyle
    public VisualEffectsStyle Item( 
       System.int i
    ) {get;}

    Parameters

    i
    The style index.

    Property Value

    The VisualEffectsStyle object.
    See Also