ComponentOne Basic Library for WPF and Silverlight
DragThreshold Property (C1DragDropManager)


C1.WPF Namespace > C1DragDropManager Class : DragThreshold Property
Gets or sets the distance in pixels that the mouse must move before a drag operation starts.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property DragThreshold As System.Integer
'Usage
 
Dim instance As C1DragDropManager
Dim value As System.Integer
 
instance.DragThreshold = value
 
value = instance.DragThreshold
[System.ComponentModel.DefaultValue()]
public System.int DragThreshold {get; set;}
Remarks
This property affects the drag behavior of objects registered as drag sources using the RegisterDragSource method.
See Also

Reference

C1DragDropManager Class
C1DragDropManager Members