Table of Contents
AutoToolTipPrecision Property

Gets or sets the number of digits that are displayed to the right side of the decimal point for the Value of the SliderBase derived control in a tooltip.

Syntax
 public Int32 AutoToolTipPrecision { get; set; }

Property Value

The precision of the Value that displays in the tooltip, specified as the number of digits that appear to the right of the decimal point. The default is zero (0).

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