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.Int32
|
Implements
Methods
CreateGestureRecognizer(UIElement)
Creates a PinchGestureRecognizer 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()