How to apply styles to the whole silverlight pplication?
Posted
by Subhen
on Stack Overflow
See other posts from Stack Overflow
or by Subhen
Published on 2010-05-14T05:22:19Z
Indexed on
2010/05/14
5:34 UTC
Read the original article
Hit count: 239
Silverlight
|silverlight-3.0
Hi I have created two different grid background and radio button style in my
App.xaml.
User can select any style to change the look of the page i.e: Changing the background and style of the radiobutton.
Now When I click on the raduio button the application navigates to another page and the style disappears.
Is there a way to Set the style in application level or I need to store the styleVar
as Global Var and check on the second page load and then apply the styles as per the styleVar
.
© Stack Overflow or respective owner