Gets and sets whether panning is required to have two fingers.
Read-write property
Visual Basic |
---|
Public Property TouchRequireTwoFingerPan As Boolean |
A Boolean value that is True to require two fingers for panning; False otherwise.
This property is useful if you wish to support flicks and gestures simultaneously. By requiring more than a single finger for panning, the Window's touch system is more easily able to distinguish between pan gestures and flicks. However, it is still possible to have both flicks and single finger panning. There will just be the occasional misinterpretation by the Window's touch system.