|
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 | 2 | <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
3 | 3 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
4 | | - xmlns:win="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
5 | | - xmlns:labs="using:CommunityToolkit.Labs.WinUI.MarqueeTextRns"> |
| 4 | + xmlns:labs="using:CommunityToolkit.Labs.WinUI.MarqueeTextRns" |
| 5 | + xmlns:win="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> |
6 | 6 |
|
7 | 7 | <Style TargetType="labs:MarqueeText"> |
8 | 8 | <Setter Property="IsTabStop" Value="False" /> |
|
75 | 75 | <TranslateTransform x:Name="MarqueeTransform" /> |
76 | 76 | </StackPanel.RenderTransform> |
77 | 77 | <TextBlock x:Name="Segment1" |
| 78 | + win:FontStretch="{TemplateBinding FontStretch}" |
78 | 79 | CharacterSpacing="{TemplateBinding CharacterSpacing}" |
79 | 80 | FontFamily="{TemplateBinding FontFamily}" |
80 | 81 | FontSize="{TemplateBinding FontSize}" |
81 | | - win:FontStretch="{TemplateBinding FontStretch}" |
82 | 82 | FontStyle="{TemplateBinding FontStyle}" |
83 | 83 | FontWeight="{TemplateBinding FontWeight}" |
84 | 84 | Foreground="{TemplateBinding Foreground}" |
85 | 85 | Text="{TemplateBinding Text}" |
86 | 86 | TextDecorations="{TemplateBinding TextDecorations}" /> |
87 | 87 | <TextBlock x:Name="Segment2" |
| 88 | + win:FontStretch="{TemplateBinding FontStretch}" |
88 | 89 | CharacterSpacing="{TemplateBinding CharacterSpacing}" |
89 | 90 | FontFamily="{TemplateBinding FontFamily}" |
90 | 91 | FontSize="{TemplateBinding FontSize}" |
91 | | - win:FontStretch="{TemplateBinding FontStretch}" |
92 | 92 | FontStyle="{TemplateBinding FontStyle}" |
93 | 93 | FontWeight="{TemplateBinding FontWeight}" |
94 | 94 | Foreground="{TemplateBinding Foreground}" |
|
0 commit comments