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

In This Topic
    DefaultBackgroundColor Property (C1RulesManager)
    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