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