Files
ShrlAlgoToolkit/Melskin/Themes/Metrics.xaml
2026-02-12 21:29:00 +08:00

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>