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

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