Class TouchDragTrigger
Enumeration for the possible TouchDragTriggers for the elements that can be dragged.
Inheritance
System.Object
TouchDragTrigger
Namespace: Telerik.Windows.DragDrop
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class TouchDragTrigger : Enum
Fields
TapAndHold
Used when there is a need for a delay before the drag is initialized.
Declaration
public const TouchDragTrigger TapAndHold
Field Value
TouchDragTrigger
|
TapDown
Used when default dragging is wanted.
Declaration
public const TouchDragTrigger TapDown
Field Value
TouchDragTrigger
|
value__
Declaration
public int value__
Field Value
System.Int32
|