Files
Shrlalgo.RvKits/NeuWPF/NeoUI/Themes/Tokens/Sizes.xaml
2025-08-20 12:10:13 +08:00

50 lines
1.7 KiB
XML

<ResourceDictionary
mc:Ignorable="Options"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:Options="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options"
xmlns:System="clr-namespace:System;assembly=mscorlib"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!-- Vertical Paddings -->
<!-- Vertical padding for all form controls -->
<System:Double x:Key="ControlPaddingHorizontal">12</System:Double>
<!-- Item -->
<Thickness x:Key="ItemPadding">11 5</Thickness>
<Thickness x:Key="BorderThicknessBase">1</Thickness>
<!-- Outline -->
<Thickness x:Key="OutlineThickness">1.6</Thickness>
<!-- CheckBox -->
<System:Double x:Key="CheckBoxSize">16</System:Double>
<System:Double x:Key="CheckBoxIndeterminateSize">8</System:Double>
<!-- Radio -->
<System:Double x:Key="RadioSize">16</System:Double>
<System:Double x:Key="RadioDotSize">8</System:Double>
<System:Double x:Key="ToolTipArrowSize">5</System:Double>
<!-- 标签 Tag -->
<System:Double x:Key="TagFontSize">12</System:Double>
<!-- 徽章 Badge -->
<System:Double x:Key="BadgeHeight">20</System:Double>
<System:Double x:Key="BadgeDotSize">6</System:Double>
<!-- @FontSizeSmall -->
<System:Double x:Key="BadgeFontSize">12</System:Double>
<FontWeight x:Key="BadgeFontWeight">Normal</FontWeight>
<System:Double x:Key="BadgeStatusSize">6.5</System:Double>
<!-- @BorderRadiusBase -->
<CornerRadius x:Key="AvatarBorderRadius">4</CornerRadius>
<System:Double x:Key="SwitchDisabledOpacity">0.4</System:Double>
</ResourceDictionary>