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

In This Topic
    Item(String) Property
    In This Topic
    Gets style by the specified name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As System.String _
    ) As VisualEffectsStyle
    public VisualEffectsStyle Item( 
       System.string name
    ) {get;}

    Parameters

    name
    The style name.

    Property Value

    The VisualEffectsStyle object.
    See Also