Gets the color of the theme foreground.
Syntax
'Declaration
Public Shared ReadOnly Property ForegroundColor As Brush
'Usage
Dim value As Brush
value = ThemeEx.ForegroundColor
public static Brush ForegroundColor {get;}
public:
static property Brush^ ForegroundColor {
Brush^ get();
}
See Also