wpf使用MaterialDesign

下载materialDesign

在文件中引用头文件

xmal文件中

        xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"

app.xmal中

    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ResourceDictionary 

你可能感兴趣的:(wpf使用MaterialDesign)