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