mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-29 04:33:22 +08:00
fix: fix text visibility.
This commit is contained in:
@@ -372,7 +372,8 @@
|
|||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
FontWeight="{DynamicResource ProgressBarTextFontWeight}"
|
FontWeight="{DynamicResource ProgressBarTextFontWeight}"
|
||||||
Foreground="{DynamicResource ProgressBarTextForeground}">
|
Foreground="{DynamicResource ProgressBarTextForeground}"
|
||||||
|
IsVisible="{TemplateBinding ShowProgressText}">
|
||||||
<TextBlock.Text>
|
<TextBlock.Text>
|
||||||
<MultiBinding Converter="{StaticResource StringFormatConverter}">
|
<MultiBinding Converter="{StaticResource StringFormatConverter}">
|
||||||
<TemplateBinding Property="ProgressTextFormat" />
|
<TemplateBinding Property="ProgressTextFormat" />
|
||||||
|
|||||||
Reference in New Issue
Block a user