Dynamic Theme Switching in Silverlight Prism App by goldytech
In my recent consulting assignment I was asked the question by one of the developer , that how can we get dynamic theming working in Prism application.My answer was that you can implement in the same manner as you do in the standard Silverlight application. But then he further asked that there are various regions in the RegionManager and how each views loaded in the different content regions can get unified theme , this encouraged me to try this out and see how it works.I started working on it and viola my answer was correct , there is no difference in implementing dynamic theming in prism specific app. In this blog post I explain you the same. I assume that readers are already aware of Prism library. If you are not then I strongly recommend that you acquire the knowledge of the same. In my example you will see the very basics of Prism app but the library has much more to offer.
Read More from: Original Source
Post Contributed by: Silverlight Gal
Silverlight Gal is a Contributor of this site.She is passionate about .NET, C#, Silverlight, WPF and Expression Blend. She believes that knowledge truly grows only if shared with others.
You can reach her on Twitter at: @SilverlightGal.

