WPF控件库MaterialDesignInXamlToolkit

WPF控件库MaterialDesignInXamlToolkit

引用 MaterialDesignThemes.Wpf.dll

第一步:安装控件库

Install-Package MaterialDesignThemes

第二步:配置App.xaml

你需要合并一个主题(Dark或者Light)到你的资源字典,你只需要添如下代码到你的资源字典就能完成此步骤

Light theme:


Dark theme:


第三步:添加色彩



App.xaml文件


    
        
            

                
                
                
                

                        
        
    

第四步:配置你的主窗口文件


你可能感兴趣的:(wpf,c#)