New to Telerik UI for WPFStart a free 30-day trial

Represents the touch action which triggers a drag operation.

Definition

Namespace:Telerik.Windows.Input.Touch

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public enum TouchDragStartTrigger

Fields

A drag operation will be triggered during a TapAndHold event.

C#
TapAndHold = 2

A drag operation will be triggered during a TouchMove event after a TapAndHold event.

C#
TapHoldAndMove = 0

A drag operation will be triggered during a TouchMove, regardless of whether or not a TapAndHold event has occurred.

C#
TouchMove = 1
In this article
DefinitionFieldsTapAndHoldTapHoldAndMoveTouchMove
Not finding the help you need?
Contact Support