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