- <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:system="clr-namespace:System;assembly=mscorlib">
- <!--全局字体字号-->
- <FontFamily x:Key="FontFamily.Global">Arial</FontFamily>
- <system:Double x:Key="FontSize.Headline">21</system:Double>
- <system:Double x:Key="FontSize.Callout">18</system:Double>
- <system:Double x:Key="FontSize.Title">16</system:Double>
- <system:Double x:Key="FontSize.Body">14</system:Double>
- <system:Double x:Key="FontSize.Label">12</system:Double>
- </ResourceDictionary>
|