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