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