|
1
|
<ResourceDictionary
|
|
2
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
3
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
4
|
|
|
5
|
<x:Double x:Key="LargeFontSize">24</x:Double>
|
|
6
|
|
|
7
|
<x:Double x:Key="MediumFontSize">16</x:Double>
|
|
8
|
|
|
9
|
</ResourceDictionary>
|