I want the color of title bar to be changed from green to red in wpf. How can I do it??
Like this -
[
I want the color of title bar to be changed from green to red in wpf. How can I do it??
Like this -
[
Title bar is not a client area and hence is not available for editing as such.
You can though set WindowStyle="None"
and then add a custom border around your window.
Make sure you add Close Maximize and Minimize buttons to it.
And if you are using .net 4.5
WindowChrome can be useful as well