Hi!
How can i Applay a theme at App inicialization for all objects!?
Thanks
Joao
Hello,
<TextBlock Text="Text1" Style="{StaticResource key1}"/>
<TextBlock Text="Text2" Style="{StaticResource key1}"/>
However, the Silverlight Toolkit has an ImplicitStyleManager that makes implicit styles possible in Silverlight. You can find more information about that here:
http://silverlight.codeplex.com/wikipage?title=Silverlight%20Toolkit%20Overview%20Part%203&referringTitle=Home&ANCHOR#ImplicitStyleManager
Regards,
Doychin Dochev
Hi Doychin!
Thanks for the detailded information!
Regards