MahApps / MahApps.Metro

A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
https://mahapps.com
MIT License
9.28k stars 2.45k forks source link

Change color of dialog fade out #3721

Closed Symbai closed 4 years ago

Symbai commented 4 years ago

How do I change the color of the overlay outside the dialog but inside the application window? Using dark theme this getting a white fade out color which I would like to change to a gray color.

punker76 commented 4 years ago

@Symbai You can change this with this property on MetroWindow

https://github.com/MahApps/MahApps.Metro/blob/cb9264828def32d2c55ec32dc0426c8a72aa793d/src/MahApps.Metro/Controls/MetroWindow.cs#L722-L729