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