Table of Contents
AutoToolTipPlacement Property

Gets or sets whether a tooltip that contains the current value of the SliderBase derive control displays when the Thumb is pressed. If a tooltip is displayed, this property also specifies the placement of the tooltip.

Syntax
 public AutoToolTipPlacement AutoToolTipPlacement { get; set; }

Property Value

One of the AutoToolTipPlacement values that determines where to display the tooltip with respect to the Thumb of the SliderBase derived control, or that specifies to not show a tooltip. The default is None , which specifies that a tooltip is not displayed.

Remarks

When AutoToolTipPlacement is set to a value other than None, a tooltip is displayed when user drags the thumb to display the current value of the thumb.

See Also