Class SwipeGestureRecognizerFactory
A factory that creates swipe gesture recognizers.
Inheritance
System.Object
SwipeGestureRecognizerFactory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Input.Touch
Assembly: Telerik.Windows.Controls.dll
Syntax
public class SwipeGestureRecognizerFactory : IGestureRecognizerFactory
Constructors
SwipeGestureRecognizerFactory()
Declaration
public SwipeGestureRecognizerFactory()
Properties
Priority
Gets the priority of the recognizers.
Declaration
public int Priority { get; }
Property Value
System.Int32
|
Implements
Methods
CreateGestureRecognizer(UIElement)
Creates a SwipeGestureRecognizer 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()