Hello,
I am using the dark metro theme, and I want to have the theme also applied on the System.Windows.Window border. How can I use the theme to apply it also on the window itself.
Currently, the default Win 7 theme is used for the window, as shown in the attached picture.
Hello Markus,
The Metro Dark theme doesn’t provide style for the WPF Window. You may find useful information for styling the window in the following post:
https://code.msdn.microsoft.com/windowsdesktop/WPF-styling-a-Window-in-fcf4e4ce
Let me know if you have any questions.
Thanks. But do you have a complete example? The attached link only contains, some parts.