Lines Matching refs:pan

3 **PanGesture** is used to trigger a pan gesture when the movement distance of a finger on the scree…
20 | fingers | number | No| Minimum number of fingers to trigger a pan gesture. The value ranges from …
22 …istance | number | No| Minimum pan distance to trigger the gesture, in vp.<br>Default value: **5**…
26 Enumerates the pan directions. Unlike **SwipeDirection**, **PanDirection** has no angular restricti…
44 The attributes of the pan gesture recognizer can be dynamically modified using the **PanGestureOpti…
54 … | No | Minimum number of fingers to trigger a pan gesture. The value …
56pan distance to trigger the gesture, in vp.<br>Default value: **5**<br>**NOTE**<br>If a pan gestur…
72 …eEvent](ts-gesture-settings.md#gestureevent)) =&gt; void) | Invoked when a pan gesture is recogniz…
73 …vent](ts-gesture-settings.md#gestureevent)) =&gt; void) | Invoked when the pan gesture status is u…
74 …ettings.md#gestureevent)) =&gt; void) | Invoked when the finger used for a pan gesture is lifted.<…
75 …() =&gt; void) | Invoked when a tap cancellation event is received after a pan gesture is recogniz…
81 | tag<sup>11+</sup> | string | Tag for the pan gesture. It is used to distinguish the gesture du…
82 …(ts-gesture-settings.md#sourcetool9)> | Allowed event input types for the pan gesture.<br>**Atomi…
86 This example demonstrates the recognition of single-finger and double-finger pan gestures using **P…
146 Click **Set PanGesture Trigger Condition** to set the pan gesture to be triggered by two fingers mo…