Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 724 Bytes

slider_isthumbtooltipenabled.md

File metadata and controls

30 lines (19 loc) · 724 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.Slider.IsThumbToolTipEnabled
winrt property

Windows.UI.Xaml.Controls.Slider.IsThumbToolTipEnabled

-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.

-remarks

-examples

-see-also