Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1DragDropManager Class / DragThreshold Property

In This Topic
    DragThreshold Property
    In This Topic
    Gets or sets the distance in pixels that the mouse must move before a drag operation starts.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(8)>
    Public Property DragThreshold As Integer
    [DefaultValue(8)]
    public int DragThreshold {get; set;}
    Remarks
    This property affects the drag behavior of objects registered as drag sources using the RegisterDragSource method.
    See Also