mirror of
https://github.com/PacktPublishing/Learn-WinUI-3-Second-Edition.git
synced 2026-06-20 12:23:09 +00:00
10 lines
279 B
XML
10 lines
279 B
XML
<ResourceDictionary
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
|
|
<x:Double x:Key="LargeFontSize">24</x:Double>
|
|
|
|
<x:Double x:Key="MediumFontSize">16</x:Double>
|
|
|
|
</ResourceDictionary>
|