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



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