File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
components/ColorAnalyzer/samples/ContrastHelper Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- <UserControl x : Class =" ColorAnalyzerExperiment.Samples.ContrastOptionsPane"
1+ <UserControl x : Class =" ColorAnalyzerExperiment.Samples.ContrastOptionsPane"
22 xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
44 xmlns : controls =" using:CommunityToolkit.WinUI.Controls"
99
1010 <StackPanel Spacing =" 2" >
1111 <TextBlock Text =" Desired Foreground" />
12- <controls : ColorPickerButton SelectedColor =" {x:Bind DesiredForeground, Mode=TwoWay}" />
12+ <controls : ColorPickerButton SelectedColor =" {x:Bind DesiredForeground, Mode=TwoWay}" />
1313
1414 <TextBlock Text =" Background" />
15- <controls : ColorPickerButton SelectedColor =" {x:Bind DesiredBackground, Mode=TwoWay}" />
15+ <controls : ColorPickerButton SelectedColor =" {x:Bind DesiredBackground, Mode=TwoWay}" />
1616
1717 <Slider MinWidth =" 256"
1818 HorizontalAlignment =" Center"
You can’t perform that action at this time.
0 commit comments