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

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