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

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