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

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