Slider.IsThumbToolTipEnabled Property

Definition

Gets or sets a value that determines whether the slider value is shown in a tool tip for the Thumb component of the Slider.

public:
 property bool IsThumbToolTipEnabled { bool get(); void set(bool value); };
bool IsThumbToolTipEnabled();

void IsThumbToolTipEnabled(bool value);
public bool IsThumbToolTipEnabled { get; set; }
var boolean = slider.isThumbToolTipEnabled;
slider.isThumbToolTipEnabled = boolean;
Public Property IsThumbToolTipEnabled As Boolean
<Slider IsThumbToolTipEnabled="bool" />

Property Value

Boolean

bool

True if a tool tip is shown for the Thumb component; otherwise, false. The default is true.

Applies to