Skip to content

Commit 4244212

Browse files
committed
Applied xaml styling
1 parent ba43326 commit 4244212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Marquee/samples/MarqueeBehaviorSample.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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="MarqueeExperiment.Samples.MarqueeBehaviorSample"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4-
xmlns:win="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
54
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
65
xmlns:controls="using:CommunityToolkit.WinUI.Controls"
76
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
87
xmlns:interactivity="using:Microsoft.Xaml.Interactivity"
98
xmlns:local="MarqueeExperiment.Samples"
109
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
10+
xmlns:win="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
1111
mc:Ignorable="d">
1212

1313
<win:StackPanel Padding="16">

0 commit comments

Comments
 (0)