摘要:
silverlight 换肤的主要原理是更改APP.xaml中的样式,来更改控件样式。不同的皮肤可以放在不同的资源文件中。主要实现代码如下: //ThemePath 为资源文件的路径public static void ApplyTheme(string ThemePath) { Application.Current.Resources.MergedDictionaries.Clear(); ResourceDictionary resource = new ResourceDictionary(); re... 阅读全文
posted @ 2012-12-13 12:42
程序之魂
阅读(239)
评论(0)
推荐(0)

浙公网安备 33010602011771号