IGestureRecognizerFactory
Interface
A factory that creates gesture recognizers for UI elements.
Definition
Namespace:Telerik.Windows.Input.Touch
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public interface IGestureRecognizerFactory
Derived Classes:
Properties
Methods
Creates a recognizer dedicated to the UI element.
C#
GestureRecognizerBase CreateGestureRecognizer(UIElement element)
When invoked, the factory should register the allowed gesture transitions. Use the RegisterGestureTransitions method of the GestureManager.
C#
void RegisterGestureTransitions()