Silverlight PRISM and 'loose' style files

Posted by Suiva on Stack Overflow See other posts from Stack Overflow or by Suiva
Published on 2009-09-20T15:22:33Z Indexed on 2010/04/04 23:03 UTC
Read the original article Hit count: 257

Filed under:
|
|

Hi,

We are looking at starting a new Silverlight project using the PRISM framework (to benefit from modules etc) and I am still a little unclear about the best styling approach. What I'd ideally like is to have editable XAML files (maybe even just 1 for the whole project) containing the application's style so that they can be edited to change the look and feel of the application without having to recompile everything. Is this approach something people use? I guess it would need to load the file in at startup and apply the style which I assume wouldn't be a massive overhead.

Just wondering what approaches people use

Thanks for your time

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about prism