This question is locked. New answers and comments are not allowed.
Trying to apply styling for Office2013...
Using
StyleManager.ApplicationTheme = new Windows7Theme();
in App.xaml.cs.
Works for all other themes, but even though I added the Telerik.Windows.Themes.Office2013.dll from the noxaml bin folder, there doesn't seem to be way to use the above syntax for the Office3013 theme.
Is there another way to apply the theme.
Basically the Office2013 theme does not appear in the intellisense like the other themes do.
Using
StyleManager.ApplicationTheme = new Windows7Theme();
in App.xaml.cs.
Works for all other themes, but even though I added the Telerik.Windows.Themes.Office2013.dll from the noxaml bin folder, there doesn't seem to be way to use the above syntax for the Office3013 theme.
Is there another way to apply the theme.
Basically the Office2013 theme does not appear in the intellisense like the other themes do.