views:

16

answers:

0

Let's say in my application, there are two regions: 1) used customized theme, and 2) used the system theme (the theme selected by the user in his Windows OS). Region 1 uses the customized themes whilst Region 2 uses the default themes.

The official default WPF themes can be downloaded here. What I need is to know the current theme that the wPF Presntation Library has applied to my default controls - so that I can activate it at runtime for UI in region 2.

If you know how, please share. Any helps are all very much appreciated!