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



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