I define Title bar color:
<Controls:MetroWindow
...
WindowTitleBrush="Red"
But when the application lost focus this color always changed into Gray
, is it possible to stop it ?
Use the property NonActiveWindowTitleBrush on the Metro Window. This is assuming that you are using a newer version of MahappsMetro.