[]
        
(Showing Draft Content)

C1.WPF.C1DragDropManager.DragThreshold

DragThreshold Property

DragThreshold

Gets or sets the distance in pixels that the mouse must move before a drag operation starts.

Declaration
public int DragThreshold { get; set; }
Remarks

This property affects the drag behavior of objects registered as drag sources using the RegisterDragSource(UIElement, DragDropEffect, ModifierKeys, bool) method.