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.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool IsInstantMoveEnabled { get; set; }
Visual Basic
Public Property IsInstantMoveEnabled As Boolean
	Get
	Set
Visual C++
public:
property bool IsInstantMoveEnabled {
	bool get ();
	void set (bool value);
}

See Also