Simulates a tap-and-hold gesture (tap followed by hold).
public void TapAndHold(Interactive target, Point position, int holdDuration = 500, PointerType pointerType = PointerType.Touch)
The target control to receive the event.
Position of the gesture.
Duration to hold in milliseconds.
Type of pointer.