In This Topic
Initializes a new instance of the
C1TapHelper class.
Syntax
Parameters
- element
- An Microsoft.UI.Xaml.UIElement on which the tap gestures will be listened.
- handledEventsToo
- Indicates whether tap gestures will be listened despite mouse events were already handled. (It only applies to mouse gestures)
- raiseTapOnPointerPressed
- Raise the Tapped event when the mouse or pen is pressed.
- useManipulationEvents
- When set to true it uses Manipulation events to listen to the gesture, otherwise it will use Pointer events.
See Also