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



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