MindFusion.Wpf Pack Programmer's Guide
Slider.IsMoveToPointEnabled Property
See Also
 





Gets or sets a value indicating whether mouse clicks over the slider rail will automatically adjust the Value of the slider to the value corresponding to the clicked location. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public bool IsMoveToPointEnabled { get; set; }

Visual Basic  Copy Code

Public Property IsMoveToPointEnabled As Boolean

 Property Value

true to enable move to point; otherwise, false.

 See Also

Slider Members
Slider Class
MindFusion.UI.Wpf Namespace