Skip to content

Commit fe55e14

Browse files
committed
Applied XAML styles
1 parent a32bb9e commit fe55e14

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/ColorAnalyzer/samples/AccentAnalyzerSample.xaml

Lines changed: 3 additions & 2 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"
@@ -29,7 +29,8 @@
2929
Stretch="Uniform">
3030
<interactivity:Interaction.Behaviors>
3131
<interactivity:EventTriggerBehavior EventName="ImageOpened">
32-
<interactivity:CallMethodAction MethodName="UpdateAccent" TargetObject="{x:Bind AccentAnalyzer}"/>
32+
<interactivity:CallMethodAction MethodName="UpdateAccent"
33+
TargetObject="{x:Bind AccentAnalyzer}" />
3334
</interactivity:EventTriggerBehavior>
3435
</interactivity:Interaction.Behaviors>
3536
</Image>

0 commit comments

Comments
 (0)