static/dynamic resource
This commit is contained in:
9
PacticeSolution/ResourceSample/App.xaml
Normal file
9
PacticeSolution/ResourceSample/App.xaml
Normal file
@@ -0,0 +1,9 @@
|
||||
<Application x:Class="ResourceSample.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:ResourceSample"
|
||||
StartupUri="MainWindow.xaml">
|
||||
<Application.Resources>
|
||||
<SolidColorBrush x:Key="CustomRed" Color="#e3533d"/>
|
||||
</Application.Resources>
|
||||
</Application>
|
Reference in New Issue
Block a user