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