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



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