Windows.UI.Xaml.Controls.Slider.IsThumbToolTipEnabled
June 22, 2022 ยท View on GitHub
-description
Gets or sets a value that determines whether the slider value is shown in a tool tip for the Thumb component of the Slider.
-xaml-syntax
<Slider IsThumbToolTipEnabled="bool" />
-property-value
True if a tool tip is shown for the Thumb component; otherwise, false. The default is true.