A factory that creates pinch gesture recognizers.
Definition
Namespace:Telerik.Windows.Input.Touch
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class PinchGestureRecognizerFactory : IGestureRecognizerFactory
Inheritance: objectPinchGestureRecognizerFactory
Implements:
Constructors
C#
public PinchGestureRecognizerFactory()
Properties
Methods
Creates a PinchGestureRecognizer for this UI element.
C#
public GestureRecognizerBase CreateGestureRecognizer(UIElement element)
Implements:
When invoked, the factory registers the allowed transitions.
C#
public void RegisterGestureTransitions()
Implements: