Files
Lattice/Lattice.Themes.Fluent/Geometry.xaml
2026-01-18 16:33:35 +03:00

40 lines
2.0 KiB
XML

<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!-- Fluent UI 2 Corner Radius System -->
<CornerRadius x:Key="Fluent.CornerRadius.None">0</CornerRadius>
<CornerRadius x:Key="Fluent.CornerRadius.Small">2</CornerRadius>
<CornerRadius x:Key="Fluent.CornerRadius.Medium">4</CornerRadius>
<CornerRadius x:Key="Fluent.CornerRadius.Large">8</CornerRadius>
<CornerRadius x:Key="Fluent.CornerRadius.ExtraLarge">12</CornerRadius>
<CornerRadius x:Key="Fluent.CornerRadius.Circle">1000</CornerRadius>
<CornerRadius x:Key="Fluent.CornerRadius.Panel">8</CornerRadius>
<!-- Fluent UI 2 Border Thickness -->
<Thickness x:Key="Fluent.BorderThickness.None">0</Thickness>
<Thickness x:Key="Fluent.BorderThickness.Thin">1</Thickness>
<Thickness x:Key="Fluent.BorderThickness.Medium">2</Thickness>
<Thickness x:Key="Fluent.BorderThickness.Thick">4</Thickness>
<Thickness x:Key="Fluent.BorderThickness.Panel">1</Thickness>
<!-- Fluent UI 2 Spacing System -->
<x:Double x:Key="Fluent.Spacing.None">0</x:Double>
<x:Double x:Key="Fluent.Spacing.ExtraSmall">2</x:Double>
<x:Double x:Key="Fluent.Spacing.Small">4</x:Double>
<x:Double x:Key="Fluent.Spacing.Medium">8</x:Double>
<x:Double x:Key="Fluent.Spacing.Large">12</x:Double>
<x:Double x:Key="Fluent.Spacing.ExtraLarge">16</x:Double>
<x:Double x:Key="Fluent.Spacing.ExtraExtraLarge">24</x:Double>
<x:Double x:Key="Fluent.Spacing.Panel">4</x:Double>
<!-- Control Sizes -->
<x:Double x:Key="Fluent.Size.Splitter.Width">2</x:Double>
<x:Double x:Key="Fluent.Size.Control.Height">32</x:Double>
<x:Double x:Key="Fluent.Size.Control.CornerRadius">4</x:Double>
<!-- Icon Sizes -->
<x:Double x:Key="Fluent.Size.Icon.Small">16</x:Double>
<x:Double x:Key="Fluent.Size.Icon.Medium">20</x:Double>
<x:Double x:Key="Fluent.Size.Icon.Large">24</x:Double>
</ResourceDictionary>