File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<ResourceDictionary xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
22 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3- xmlns : ui =" http://schemas.lepo.co/wpfui/2022/xaml" >
3+ xmlns : ui =" http://schemas.lepo.co/wpfui/2022/xaml"
4+ xmlns : helpers =" clr-namespace:PrettyScreenSHOT.Helpers;assembly=PrettyScreenSHOT" >
45
56 <!--
67 Custom WPF UI Styles for PrettyScreenSHOT
6364 <Setter Property =" Margin" Value =" 0,0,0,8" />
6465 </Style >
6566
66- <!-- StackPanel with consistent spacing -->
67+ <!-- StackPanel with consistent spacing using Attached Property -->
6768 <Style x : Key =" StandardSpacing" TargetType =" StackPanel" >
68- <Setter Property =" Spacing" Value =" 12" />
69+ <Setter Property =" helpers:StackPanelHelper. Spacing" Value =" 12" />
6970 </Style >
7071
7172 <Style x : Key =" CompactSpacing" TargetType =" StackPanel" >
72- <Setter Property =" Spacing" Value =" 8" />
73+ <Setter Property =" helpers:StackPanelHelper. Spacing" Value =" 8" />
7374 </Style >
7475
7576 <Style x : Key =" WideSpacing" TargetType =" StackPanel" >
76- <Setter Property =" Spacing" Value =" 16" />
77+ <Setter Property =" helpers:StackPanelHelper. Spacing" Value =" 16" />
7778 </Style >
7879
7980 <!-- Section separator -->
You can’t perform that action at this time.
0 commit comments