WPF Metro风格控件如何使用

MagicDragon89 2014-07-05 12:16:07
http://download.csdn.net/download/leogle_reloaded/4200441

上面链接里的WPF Metro风格控件库 该如何使用,请教会的朋友,谢谢。

想不要积分下载可以发我的邮箱afxzzz@126.com。
...全文
267 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
格拉 2014-07-08
  • 打赏
  • 举报
回复
Metro WPF To use metro style in your WPF apps, add the following resource dictionaries into the App.xaml of you application. There're two themes shipped with this lib, the dark theme and the light theme. Below are the code to apply one theme to your app. <ResourceDictionary Source="pack://application:,,,/MetroWPF;component/Themes/Dark.xaml"/> for dark theme <ResourceDictionary Source="pack://application:,,,/MetroWPF;component/Themes/Light.xaml"/> for light theme more themes are comming soon. Then add Control styles: <ResourceDictionary Source="pack://application:,,,/MetroWPF;component/Themes/ControlStyles.xaml"/> Control usage: add the following xml namespace to the root element of your .xaml file, for example: xmlns:m="http://metrowpf.codeplex.com/controls" you can use the metro controls with m: prefix: <m:ProgressRing/>
wangnaisheng 2014-07-06
  • 打赏
  • 举报
回复
http://download.csdn.net/detail/leogle_reloaded/4200441 WPF Metro风格控件库 包含进度条,环形进度条,滑动条等使用类
wuyq11 2014-07-05
  • 打赏
  • 举报
回复

110,538

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 C#
社区管理员
  • C#
  • Web++
  • by_封爱
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

让您成为最强悍的C#开发者

试试用AI创作助手写篇文章吧