WPF 主题看起来像 Windows XP/WinForms
我正在寻找一个看起来像 Windows XP/WinForms 的 WPF 主题。基本上,我想要 WPF 的所有优点,但又不想让我的业务分析师因为颜色看起来不同而惊慌失措。
(也很遗憾,我真的很喜欢在 CodePlex 上找到的主题。)
I'm looking for a WPF theme that looks like Windows XP/WinForms. Basically I want all the WPF goodness, but without my business analyst freaking out because the colors look different.
(Pity too, I really like the themes I found on CodePlex.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您不覆盖默认控件的样式/模板,它们将在任何 Windows 主题中以本机方式显示。你的应用程序看起来就像 XP 下的 XP,Vista 下的 Vista,等等。
以防万一:XP 主题名为
Luna
。如果您需要您的应用程序在任何 Windows 操作系统下使用它 - 查找有关 WPF 主题的文档 (MSDN)。If you don't override styles/templates of default controls they will look natively in any Windows theme. Your app will look like XP under XP, like Vista under Vista, and so on.
Just in case: XP theme is called
Luna
. If you need your app to use it under any Windows OS - look for documentation (MSDN) about theming in WPF.