Summary
Get or sets IsMoveToPoint feature which will enable/disable moving to exact point inside control when user clicked on it
Gets or sets a value that indicates whether the two
System.Windows.Controls.Primitives.Track.Thumb
of a
RangeSlider
moves immediately to the location of the mouse click that occurs while the mouse pointer pauses on the
RangeSlider
tracks.
Syntax
[Bindable(true)]
[Category("Behavior")]
public bool IsMoveToPointEnabled { get; set; }
Attributes
Type |
Description |
Bindable |
|
Category |
|
Value