We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338be80 commit 0172c7cCopy full SHA for 0172c7c
components/RadialGauge/src/RadialGauge.cs
@@ -244,6 +244,7 @@ private static void OnValueChanged(DependencyObject d)
244
{
245
valueText.Text = radialGauge.Value.ToString(radialGauge.ValueStringFormat);
246
}
247
+ ToolTipService.SetToolTip(radialGauge, radialGauge.Value);
248
249
250
0 commit comments