Implementing a class for the functionality of theme managing :
- by Malcolm
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.