Files
Lattice/Lattice.Themes.VS2026/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">
<!-- VS2026 Geometry (more square, professional look) -->
<CornerRadius x:Key="VS2026.CornerRadius.None">0</CornerRadius>
<CornerRadius x:Key="VS2026.CornerRadius.Small">1</CornerRadius>
<CornerRadius x:Key="VS2026.CornerRadius.Medium">2</CornerRadius>
<CornerRadius x:Key="VS2026.CornerRadius.Large">3</CornerRadius>
<CornerRadius x:Key="VS2026.CornerRadius.ExtraLarge">4</CornerRadius>
<CornerRadius x:Key="VS2026.CornerRadius.Circle">1000</CornerRadius>
<CornerRadius x:Key="VS2026.CornerRadius.Panel">2</CornerRadius>
<!-- Border Thickness -->
<Thickness x:Key="VS2026.BorderThickness.None">0</Thickness>
<Thickness x:Key="VS2026.BorderThickness.Thin">1</Thickness>
<Thickness x:Key="VS2026.BorderThickness.Medium">1</Thickness>
<Thickness x:Key="VS2026.BorderThickness.Thick">2</Thickness>
<Thickness x:Key="VS2026.BorderThickness.Panel">1</Thickness>
<!-- Spacing -->
<x:Double x:Key="VS2026.Spacing.None">0</x:Double>
<x:Double x:Key="VS2026.Spacing.ExtraSmall">1</x:Double>
<x:Double x:Key="VS2026.Spacing.Small">2</x:Double>
<x:Double x:Key="VS2026.Spacing.Medium">4</x:Double>
<x:Double x:Key="VS2026.Spacing.Large">6</x:Double>
<x:Double x:Key="VS2026.Spacing.ExtraLarge">8</x:Double>
<x:Double x:Key="VS2026.Spacing.ExtraExtraLarge">12</x:Double>
<x:Double x:Key="VS2026.Spacing.Panel">3</x:Double>
<!-- Control Sizes -->
<x:Double x:Key="VS2026.Size.Splitter.Width">3</x:Double>
<x:Double x:Key="VS2026.Size.Control.Height">28</x:Double>
<x:Double x:Key="VS2026.Size.Control.CornerRadius">2</x:Double>
<!-- Icon Sizes -->
<x:Double x:Key="VS2026.Size.Icon.Small">14</x:Double>
<x:Double x:Key="VS2026.Size.Icon.Medium">18</x:Double>
<x:Double x:Key="VS2026.Size.Icon.Large">22</x:Double>
</ResourceDictionary>