I already know how to set the color for the SystemTray in WP7, I was just wondering if there was a way to change it in one place and have it applied to all pages instead of having to explicitly set the color on every page.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could create a Application Resource for the color and then you could apply this color resource in every page you have with Binding.
Or you could use MVVM and have a property in your ViewModel and Bind to this property.