This question is locked. New answers and comments are not allowed.
I need to apply expression dark theme on my entire WPF application. I am trying to do this by
Telerik.Windows.Controls.StyleManager.ApplicationTheme = new Expression_DarkTheme();
but this only turns black the radcontrols. How can I apply this theme on my window?
Telerik.Windows.Controls.StyleManager.ApplicationTheme = new Expression_DarkTheme();
but this only turns black the radcontrols. How can I apply this theme on my window?