Skip to content

Commit 02684f9

Browse files
committed
Fix RadialGauge default template value formatting
This update fixes the `RadialGauge` value text formatting that was overridden by a template binding on the `Value` property. Here's the appropriate text update location: https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/ef6527227539362125a0617d9b9821b2c009e11e/Microsoft.Toolkit.Uwp.UI.Controls/RadialGauge/RadialGauge.cs#L537
1 parent d85e1a7 commit 02684f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Microsoft.Toolkit.Uwp.UI.Controls/RadialGauge/RadialGauge.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
FontSize="20"
109109
FontWeight="SemiBold"
110110
Foreground="{TemplateBinding Foreground}"
111-
Text="{TemplateBinding Value}"
112111
TextAlignment="Center" />
113112
<TextBlock Margin="0"
114113
FontSize="16"

0 commit comments

Comments
 (0)