码迷,mamicode.com
首页 > 移动开发 > 详细

WPF Mahapps.Metro 设置主题样式

时间:2016-12-16 01:11:51      阅读:2097      评论:0      收藏:0      [点我收藏+]

标签:code   ase   log   void   theme   base   ica   hang   expect   

 

        /// <summary>
        /// 设置App样式
        /// </summary>
        /// <param name="accentName">窗口标题栏样式</param>
        /// <param name="themeName">背景样式</param>
        private void ChangeTheme(string accentName, string themeName)
        {
            Accent expectedAccent = ThemeManager.Accents.First(x => x.Name == accentName); //"Blue"
            AppTheme expectedTheme = ThemeManager.GetAppTheme(themeName);  //"BaseDark"
            ThemeManager.ChangeAppStyle(Application.Current, expectedAccent, expectedTheme);
        }

 

WPF Mahapps.Metro 设置主题样式

标签:code   ase   log   void   theme   base   ica   hang   expect   

原文地址:http://www.cnblogs.com/RedSky/p/6185226.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!