A factory that creates tap gesture recognizers.
Definition
Namespace:Telerik.Windows.Input.Touch
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class TapGestureRecognizerFactory : IGestureRecognizerFactory
Inheritance: objectTapGestureRecognizerFactory
Implements:
Constructors
C#
public TapGestureRecognizerFactory()
Properties
Methods
Creates a TapGestureRecognizer for this UI element.
C#
public GestureRecognizerBase CreateGestureRecognizer(UIElement element)
Implements:
When invoked, the factory registers the allowed transitions.
C#
public void RegisterGestureTransitions()
Implements: