When we display a modal Window, the background turns to a "Purple" color. Is it possible for us to change that color? If not, could you change it to a Gray color that is more industry STD?
Thanks!
3 Answers, 1 is accepted
0
Accepted
Dani
Telerik team
answered on 29 Nov 2011, 10:17 AM
Hello Ben,
The default modal background for RadWindow dialogs is the following brush:
And is best to include it in App.xaml to have global effect?
0
Dani
Telerik team
answered on 30 Nov 2011, 09:43 AM
Hello Ben ,
Yes, if you place the style in App.xaml it will be accessible from all RadWindows you may have in your application. Yet the style must be explicit, i.e. with an x:Key. You can then apply it to any RadWindow in your application. For example: