ThumbnailViewDragDistanceTrigger Property |
Gets or sets the number of pixel the mouse must be moved before it's considered a drag and drop operation.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public int DragDistanceTrigger { get; set; }
Public Property DragDistanceTrigger As Integer
Get
Set
Property Value
Type:
Int32 The number of pixel the mouse must move before starting a drag and drop operation.
Remarks The default value of this property is 20. This means when the mouse button is pressed, the cursor must
move at least 20 pixels before a drag and drop operation starts. Setting this property to larger amounts will help
prevent an accidental drag and drop.
See Also