Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineColorStopCollection Class / SetSource Method

In This Topic
    SetSource Method (RulesEngineColorStopCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub SetSource( _
       ByVal collection As C1.DataCollection.IDataCollection(Of RulesEngineColorScaleStop) _
    ) 
    protected void SetSource( 
       C1.DataCollection.IDataCollection<RulesEngineColorScaleStop> collection
    )

    Parameters

    collection
    See Also