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

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