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

In This Topic
    Style Property (RulesEngineExpressionRule)
    In This Topic
    Gets or sets the style that will be applied when the Expression is evaluated positively.
    Syntax
    'Declaration
     
    Public Property Style As RulesEngineStyle
    public RulesEngineStyle Style {get; set;}
    See Also