style文件的指定

新建资源文件

style文件的指定_第1张图片
1

写资源文件


    

引用资源

在独立的窗口/用户控件中引用


    
        
            
                
            
        
    
    
        
    

在App.xaml中统一引用(全局引用)



    
        
            
                
            
        
    

小结

写法和写在Resources中一样,只是多了个ResourceDictionary的文件,并需要引用ResourceDictionary文件才能使用Style

示例代码

https://github.com/zLulus/NotePractice/tree/dev3/WPF/WpfDemo/Style 下的MyStyle和UseResourceDictionaryDemo

你可能感兴趣的:(style文件的指定)