|
Re: How to change Style at runtime in application-level
I have the book "Programming Windows Presentation Foundation" O'Reilly
There's a solution for replace skin at runtime in Chapter 6.
It dynamically replace the Application.Current.Resources, and it works.
But I still have no idea how can I modify the style which in use.
Thanks :-) |