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

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