ComponentOne FinancialChart for WPF
C1.WPF Namespace / ThemeEx Class / AccentBackground Property



In This Topic
    AccentBackground Property
    In This Topic
    Gets the accent background.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property AccentBackground As Brush
    'Usage
     
    
    Dim value As Brush
     
    value = ThemeEx.AccentBackground
    public static Brush AccentBackground {get;}
    public:
    static property Brush^ AccentBackground {
       Brush^ get();
    }
    See Also