Gets or sets the distance in pixels that the mouse must move before a drag operation starts.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(8)] public int DragThreshold { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(8)> _ Public Property DragThreshold As Integer Get Set |
Remarks
This property affects the drag behavior of objects registered as drag sources using the
RegisterDragSource(UIElement, DragDropEffect, ModifierKeys) method.