下载地址:http://download.youkuaiyun.com/detail/greystar/8641721
官网上找不到LS2013用的,只好自己重编译一下。
在客户端要注册选用的主题
partial void Application_Initialize()
{
System.Windows.Deployment.Current.Dispatcher.BeginInvoke(() => {
ThemePaletteMenager.SetTheme(9);
ThemePaletteMenager.SetBackgroudStyle(1);
ThemeSettings.SettingsInstance.ShowScreenTitle = true;
ThemeSettings.SettingsInstance.RibbonPositionValue = RibbonPosition.Top;
});
}