Reputation: 1259
I new for WPF application. My requirement is to change the color of the title bar to blue color. I search a lot for the same thing but I failed to find out the way to achieve it. Thanks.
Upvotes: 0
Views: 10953
Reputation: 7183
You need to use your own custom chrome. Can use community projects like MahApps.Metro to help you with this.
Upvotes: 0
Reputation: 911
You need to set the WindowStyle="None" and then build your own window as this question How to create custom window chrome in wpf? suggests.
Upvotes: 4