资源
定义位置
应用程序级
在App.xaml中定义
1 2 3 4 5 6 7 8
| <Application x:Class="WPFResource.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" StartupUri="Window1.xaml"> <Application.Resources> <SolidColorBrush Color="Gold" x:Key="myGoldBrush" /> </Application.Resources> </Application>
|
在ApplicationResourceDemo.xaml中使用
资源字典