|
1 | 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. --> |
2 | | -<Page x:Class="AccentAnalyzerExperiment.Samples.AccentAnalyzerSample" |
| 2 | +<Page x:Class="ColorAnalyzerExperiment.Samples.AccentAnalyzerSample" |
3 | 3 | xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
4 | 4 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
5 | 5 | xmlns:behaviors="using:CommunityToolkit.WinUI.Behaviors" |
6 | 6 | xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
7 | 7 | xmlns:helpers="using:CommunityToolkit.WinUI.Helpers" |
8 | 8 | xmlns:interactivity="using:Microsoft.Xaml.Interactivity" |
9 | | - xmlns:local="using:AccentAnalyzerExperiment.Samples" |
| 9 | + xmlns:local="using:ColorAnalyzerExperiment.Samples" |
10 | 10 | xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
11 | 11 | mc:Ignorable="d"> |
12 | 12 |
|
|
21 | 21 | <ColumnDefinition Width="*" /> |
22 | 22 | </Grid.ColumnDefinitions> |
23 | 23 |
|
24 | | - <StackPanel VerticalAlignment="Center"> |
| 24 | + <StackPanel VerticalAlignment="Center" |
| 25 | + Padding="20"> |
25 | 26 | <Image x:Name="AccentedImage" |
26 | | - MaxWidth="256" |
27 | | - MaxHeight="256" |
28 | | - Margin="20" |
29 | 27 | HorizontalAlignment="Center" |
30 | | - Source="/Helpers.AccentAnalyzerExperiment.Samples/Assets/StockImages/Bloom.jpg" |
| 28 | + Source="/ColorAnalyzerExperiment.Samples/Assets/StockImages/Bloom.jpg" |
31 | 29 | Stretch="Uniform"> |
32 | 30 | <interactivity:Interaction.Behaviors> |
33 | 31 | <interactivity:EventTriggerBehavior EventName="ImageOpened"> |
|
0 commit comments