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

In This Topic
    CriticalBackgroundColor Property (RulesManagerNewRuleForm)
    In This Topic
    Gets or sets a value color for representing a critical state.
    Syntax
    'Declaration
     
    Public Property CriticalBackgroundColor As Color
    public Color CriticalBackgroundColor {get; set;}
    See Also