9 lines
395 B
XML
9 lines
395 B
XML
<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">
|
|
|
|
<CornerRadius x:Key="CornerRadius">4</CornerRadius>
|
|
<Thickness x:Key="Border.Button">1</Thickness>
|
|
<system:Double x:Key="FontSize">12</system:Double>
|
|
</ResourceDictionary> |