Property MinDragStartDistance
MinDragStartDistance
Gets or sets minimal mouse drag distance which starts drag operations.
public static double MinDragStartDistance { get; set; }
Property Value
Remarks
Distance calculated between current mouse pointer cordinates and coordinates in the moment when MouseDown event was fired. If distance is greater than MinDragStartDistance, drag operation can be started.