Gets or sets whether, when the user clicks on the track, the slider value should jump immediately to the clicked value. The default is false, meaning the slider value should execute a LargeChange towards the clicked value. This is a dependency property.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public bool IsInstantMoveEnabled { get; set; }
Visual Basic (Declaration)
Public Property IsInstantMoveEnabled As Boolean

See Also