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
SyntaxC#
Copy Code
|
|---|
public bool IsMoveToPointEnabled { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsMoveToPointEnabled As Boolean |
true to enable move to point; otherwise, false.
See Also