[]
Gets or sets the distance in pixels that the mouse must move before a drag operation starts.
public int DragThreshold { get; set; }
This property affects the drag behavior of objects registered as drag sources using the RegisterDragSource(UIElement, DragDropEffect, ModifierKeys, bool) method.