Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1DragDropManager Class / DragThreshold Property

In This Topic
    DragThreshold Property (C1DragDropManager)
    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