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