Table of Contents
IsMoveToPointEnabled Property

Gets or sets a value that indicates whether the Thumb of a SliderBase derived control moves immediately to the location of the mouse click that occurs while the mouse pointer pauses on the SliderBase derived control track. This is a dependency property.

Syntax
 public Boolean IsMoveToPointEnabled { get; set; }
Remarks

By default this property is false. In that case when user clicks on the track, the SliderBase increases or decreases its Value by LargeChange. When this property is set to true, it moves the thumb directly to the click position.

See Also