Enum TouchDragTrigger
Enumeration for the possible TouchDragTriggers for the elements that can be dragged.
Namespace: Telerik.Windows.DragDrop
Assembly: Telerik.Windows.Controls.dll
Syntax
public enum TouchDragTrigger
TapAndHold
Used when there is a need for a delay before the drag is initialized.
TapDown
Used when default dragging is wanted.