ComponentOne FinancialChart for WPF
IsDark Property



C1.WPF Namespace > ThemeEx Class : IsDark Property
Gets a value indicating whether the app is using a dark theme.
Syntax
'Declaration
 
Public Shared ReadOnly Property IsDark As Boolean
'Usage
 
Dim value As Boolean
 
value = ThemeEx.IsDark
public static bool IsDark {get;}
public:
static property bool IsDark {
   bool get();
}
See Also

Reference

ThemeEx Class
ThemeEx Members