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