ComponentOne FinancialChart for WPF
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
 
<DefaultValueAttribute()>
Public Property DragThreshold As Integer
'Usage
 
Dim instance As C1DragDropManager
Dim value As Integer
 
instance.DragThreshold = value
 
value = instance.DragThreshold
[DefaultValue()]
public int DragThreshold {get; set;}
[DefaultValue()]
public:
property int DragThreshold {
   int get();
   void set (    int value);
}
Remarks
This property affects the drag behavior of objects registered as drag sources using the RegisterDragSource method.
See Also

Reference

C1DragDropManager Class
C1DragDropManager Members