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



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