Slider.ThumbToolTipValueConverter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property IValueConverter ^ ThumbToolTipValueConverter { IValueConverter ^ get(); void set(IValueConverter ^ value); };
IValueConverter ThumbToolTipValueConverter();
void ThumbToolTipValueConverter(IValueConverter value);
public IValueConverter ThumbToolTipValueConverter { get; set; }
var iValueConverter = slider.thumbToolTipValueConverter;
slider.thumbToolTipValueConverter = iValueConverter;
Public Property ThumbToolTipValueConverter As IValueConverter
<Slider ThumbToolTipValueConverter="referenceToValueConverter" />
Property Value
A converter implementation.
Remarks
By default, the Slider's thumb tooltip shows the numeric value of the slider. To show other values in the thumb tooltip, you create a custom value converter and assign it to the ThumbToolTipValueConverter property.