This commit is contained in:
Adam Dernis 2023-07-19 18:34:22 -04:00
Родитель 6c24315803
Коммит 98fb10d454
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -1,4 +1,4 @@
<!-- 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. -->
<!-- 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. -->
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:labs="using:CommunityToolkit.Labs.WinUI.MarqueeTextRns"
@ -76,24 +76,24 @@
</StackPanel.RenderTransform>
<TextBlock x:Name="Segment1"
win:FontStretch="{TemplateBinding FontStretch}"
win:TextDecorations="{TemplateBinding TextDecorations}"
CharacterSpacing="{TemplateBinding CharacterSpacing}"
FontFamily="{TemplateBinding FontFamily}"
FontSize="{TemplateBinding FontSize}"
FontStyle="{TemplateBinding FontStyle}"
FontWeight="{TemplateBinding FontWeight}"
Foreground="{TemplateBinding Foreground}"
Text="{TemplateBinding Text}"
win:TextDecorations="{TemplateBinding TextDecorations}" />
Text="{TemplateBinding Text}" />
<TextBlock x:Name="Segment2"
win:FontStretch="{TemplateBinding FontStretch}"
win:TextDecorations="{TemplateBinding TextDecorations}"
CharacterSpacing="{TemplateBinding CharacterSpacing}"
FontFamily="{TemplateBinding FontFamily}"
FontSize="{TemplateBinding FontSize}"
FontStyle="{TemplateBinding FontStyle}"
FontWeight="{TemplateBinding FontWeight}"
Foreground="{TemplateBinding Foreground}"
Text="{TemplateBinding Text}"
win:TextDecorations="{TemplateBinding TextDecorations}" />
Text="{TemplateBinding Text}" />
</StackPanel>
</Grid>
</Grid>