Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineColorStopCollection Class / Item Property

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

    Parameters

    index
    See Also