材料设计颜色和主题的样式列表



我尝试使用材料设计颜色和主题来创建第一个C#/WPF/XALM项目。我有一些教程,其中定义了一些样式,例如对于checkboxes是:

Style="{StaticResource MaterialDesignActionDarkCheckBox}
Style="{StaticResource MaterialDesignActionLightCheckBox}
for Buttons Style="{StaticResource MaterialDesignFlatButton}"

等。

我的问题是:在哪里可以找到材料设计中所有可用样式的列表?

假设您的意思是:http://materialdesigninxaml.net/

您可以拉源并查看它:https://github.com/butchersboy/materialialdesigninxamltoolkit

您只需在网站上看一下我应该想的东西。

https://github.com/butchersboy/materialialdesigninxamltoolkit/tree/master/materialialdesigncolors.wpf/themes

所有可用样式的完整列表均在mdix wiki中,按控件订购。无需通过控制浏览XAML源代码:

https://github.com/materialialdesigninxaml/materialialdesigninxamltoolkit/wiki/controlstylist

最新更新