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