我在哪里可以找到 WPF 应用程序中 UI 的一些主题/演示?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/40218843/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Where can i find some themes/demo for UI in WPF application?
提问by user3086871
I want to design a modern looking UI using visual studio designer in xaml. It gives me a nice toolbox which I can use to create a UI visually by drag and drop. As it is almost behaving like HTML, I was wondering if it too has a rich library of themes. I found some, but they are not editable through designer. Can someone please help me out and direct me to appropriate links where I can find editable themes for xaml for my WPF project?
我想在 xaml 中使用 Visual Studio 设计器设计一个外观现代的 UI。它为我提供了一个不错的工具箱,我可以使用它通过拖放来直观地创建 UI。由于它几乎表现得像 HTML,我想知道它是否也有丰富的主题库。我找到了一些,但它们不能通过设计器进行编辑。有人可以帮助我并引导我到适当的链接,在那里我可以为我的 WPF 项目找到可编辑的 xaml 主题吗?
回答by blogprogramisty.net
I use this:
我用这个:
Mahapps.metrohttp://mahapps.com/
Mahapps.metro http://mahaps.com/
I very good looking thems and it is free. More info https://stackoverflow.com/a/15500408/5816153
我很漂亮,而且是免费的。更多信息https://stackoverflow.com/a/15500408/5816153
Others:
其他:
Modern UI for WPF (MUI)- https://github.com/firstfloorsoftware/mui
WPF (MUI) 的现代用户界面- https://github.com/firstfloorsoftware/mui
And for more info on SO: Making WPF applications look Metro-styled, even in Windows 7? (Window Chrome / Theming / Theme)
有关 SO 的更多信息:即使在 Windows 7 中,使 WPF 应用程序看起来也具有 Metro 风格?(窗口铬/主题/主题)

