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

In This Topic
    Rules Property
    In This Topic
    Gets the collection or rules this engine executes every time a style is requested through the GetStyle method.
    Syntax
    'Declaration
     
    Public ReadOnly Property Rules As RulesCollection
    public RulesCollection Rules {get;}
    See Also