Implementing a class for the functionality of theme managing :

Posted by Malcolm on Stack Overflow See other posts from Stack Overflow or by Malcolm
Published on 2010-06-17T06:47:03Z Indexed on 2010/06/17 6:53 UTC
Read the original article Hit count: 178

Filed under:
|

I have a class library silverlight project , so thee is no app xaml in it. I am defining all my styles in one ResourceDictionary xaml(So that every style i defined inside my project be globel).

Now if i want to apply a style to a custom control which don't have its xaml ..only .cs :

Then i can do it with the help of some class which will have the functionality to apply the style defined in the resource dictionary.

But I dont know hoe this functionality will be achieved, so any help will be gratefull.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about c#

Related posts about Silverlight