Skip to content

Commit 6f717be

Browse files
committed
Apply XAML styles
1 parent aef3227 commit 6f717be

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

components/ColorAnalyzer/samples/AccentAnalyzerSample.xaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
1+
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
22
<Page x:Class="ColorAnalyzerExperiment.Samples.AccentAnalyzerSample"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
@@ -12,10 +12,13 @@
1212

1313
<Page.Resources>
1414
<helpers:ColorPaletteSampler x:Name="ColorPaletteSample"
15-
Source="{x:Bind SampledImage}">
16-
<helpers:AccentColorPaletteSelector x:Name="AccentPalette" MinColorCount="3"/>
17-
<helpers:ColorWeightPaletteSelector x:Name="WeightedColorPalette" MinColorCount="1"/>
18-
<helpers:BaseColorPaletteSelector x:Name="BasePalette" MinColorCount="1"/>
15+
Source="{x:Bind SampledImage}">
16+
<helpers:AccentColorPaletteSelector x:Name="AccentPalette"
17+
MinColorCount="3" />
18+
<helpers:ColorWeightPaletteSelector x:Name="WeightedColorPalette"
19+
MinColorCount="1" />
20+
<helpers:BaseColorPaletteSelector x:Name="BasePalette"
21+
MinColorCount="1" />
1922
</helpers:ColorPaletteSampler>
2023
</Page.Resources>
2124

0 commit comments

Comments
 (0)