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



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