Skip to content

Commit 1a02f3e

Browse files
committed
Merge branch 'marquee' of https://github.com/Avid29/Labs-Windows into marquee
2 parents 11bf198 + 216b618 commit 1a02f3e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

labs/MarqueeText/src/MarqueeText.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!-- 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
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4+
xmlns:win="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
45
xmlns:labs="using:CommunityToolkit.Labs.WinUI.MarqueeTextRns">
56

67
<Style TargetType="labs:MarqueeText">
@@ -77,7 +78,7 @@
7778
CharacterSpacing="{TemplateBinding CharacterSpacing}"
7879
FontFamily="{TemplateBinding FontFamily}"
7980
FontSize="{TemplateBinding FontSize}"
80-
FontStretch="{TemplateBinding FontStretch}"
81+
win:FontStretch="{TemplateBinding FontStretch}"
8182
FontStyle="{TemplateBinding FontStyle}"
8283
FontWeight="{TemplateBinding FontWeight}"
8384
Foreground="{TemplateBinding Foreground}"
@@ -87,7 +88,7 @@
8788
CharacterSpacing="{TemplateBinding CharacterSpacing}"
8889
FontFamily="{TemplateBinding FontFamily}"
8990
FontSize="{TemplateBinding FontSize}"
90-
FontStretch="{TemplateBinding FontStretch}"
91+
win:FontStretch="{TemplateBinding FontStretch}"
9192
FontStyle="{TemplateBinding FontStyle}"
9293
FontWeight="{TemplateBinding FontWeight}"
9394
Foreground="{TemplateBinding Foreground}"

0 commit comments

Comments
 (0)