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

In This Topic
    RulesEngineColorStopCollection Class
    In This Topic
    Collection of stops used in RulesEngineColorScaleRule.
    Object Model
    RulesEngineColorStopCollection Class
    Syntax
    'Declaration
     
    Public Class RulesEngineColorStopCollection 
       Inherits C1.WPF.RulesManager.C1CachedDataCollectionList(Of RulesEngineColorScaleStop)
    Inheritance Hierarchy

    System.Object
       C1.DataCollection.C1DataCollectionList<T>
          C1.WPF.RulesManager.C1CachedDataCollectionList<T>
             C1.WPF.RulesManager.RulesEngineColorStopCollection

    See Also