Version

minimumStartDragShiftX Property

Gets sets the minimum horizontal shift between mouse-down and mouse-drag points, which triggers start drag action. Shift between mousedown and mousedrag in pixels
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_minimumStartDragShiftX() : Integer
function set_minimumStartDragShiftX(value : Integer)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDragDropBehavior.get_minimumStartDragShiftX();
See Also