功能完善
This commit is contained in:
50
NeuWPF/NeoUI/Themes/Tokens/Sizes.xaml
Normal file
50
NeuWPF/NeoUI/Themes/Tokens/Sizes.xaml
Normal file
@@ -0,0 +1,50 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user