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



In This Topic
    HeaderBackgroundColor Property
    In This Topic
    Gets the color of the theme used to pain the headers.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property HeaderBackgroundColor As Brush
    'Usage
     
    
    Dim value As Brush
     
    value = ThemeEx.HeaderBackgroundColor
    public static Brush HeaderBackgroundColor {get;}
    public:
    static property Brush^ HeaderBackgroundColor {
       Brush^ get();
    }
    See Also