Class DragGestureRecognizerFactory
A factory that creates drag gesture recognizers.
Inheritance
System.Object
DragGestureRecognizerFactory
Namespace: Telerik.Windows.Input.Touch
Assembly: Telerik.Windows.Controls.dll
Syntax
public class DragGestureRecognizerFactory : Object, IGestureRecognizerFactory
Constructors
DragGestureRecognizerFactory()
Declaration
public DragGestureRecognizerFactory()
Properties
Priority
Gets the priority of the recognizers.
Declaration
public int Priority { get; }
Property Value
System.Int32
|
Implements
Methods
CreateGestureRecognizer(UIElement)
Creates a DragGestureRecognizer for this UI element.
Declaration
public GestureRecognizerBase CreateGestureRecognizer(UIElement element)
Parameters
System.Windows.UIElement
element
|
Returns
GestureRecognizerBase
|
Implements
RegisterGestureTransitions()
When invoked, the factory registers the allowed transitions.
Declaration
public void RegisterGestureTransitions()