Hi!
The new theme "VisualStudio2013" looks nice, but how do I apply it to my application?
Windows8 theme, I just added StyleManager.ApplicationTheme = new Windows8Theme(); before InitializeComponent(); But I cant find this for VisualStudio2013 Theme.
I get the color settings like: VisualStudio2013Palette.LoadPreset(VisualStudio2013Palette.ColorVariation.Dark);
Is there any simple WPF C# example I look at?
Thanks!
The new theme "VisualStudio2013" looks nice, but how do I apply it to my application?
Windows8 theme, I just added StyleManager.ApplicationTheme = new Windows8Theme(); before InitializeComponent(); But I cant find this for VisualStudio2013 Theme.
I get the color settings like: VisualStudio2013Palette.LoadPreset(VisualStudio2013Palette.ColorVariation.Dark);
Is there any simple WPF C# example I look at?
Thanks!