I am developing a Windows Phone 7 application. I am new to Windows Phone 7 application. I want to change the background color of the whole xaml page in a Windows Phone 7 application. I tried the following code in the xaml page designer
this.Background = new SolidColorBrush(Colors.White);
But it does not work.
I also added an attribute in the phone: PhoneApplicationPage tag as follows
<phone:PhoneApplicationPage Background="Red"
But it also does not work. Can you provide me any code or link or any solution with which I can solve the above problem? If I am doing something wrong, then please guide me.
background-color windows-phone-7 silverlight xaml
Shailesh jaiswal
source share