Class MovePoint
specify the mouse move position
Inheritance
System.Object
    MovePoint
  Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public sealed class MovePoint : Enum
  Fields
IncrementByLargeChange
Increment RangeValue by LargeChange
Declaration
public const MovePoint IncrementByLargeChange
  Field Value
| Type | 
|---|
| MovePoint | 
IncrementBySmallChange
Increment RangeValue by SmallChange
Declaration
public const MovePoint IncrementBySmallChange
  Field Value
| Type | 
|---|
| MovePoint | 
MoveToTapPosition
Thumb move to the current tap position
Declaration
public const MovePoint MoveToTapPosition
  Field Value
| Type | 
|---|
| MovePoint | 
None
Thumb doesn't move when clicked using mouse
Declaration
public const MovePoint None
  Field Value
| Type | 
|---|
| MovePoint |