New to Telerik UI for WPFStart a free 30-day trial

A factory that creates drag gesture recognizers.

Definition

Namespace:Telerik.Windows.Input.Touch

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public class DragGestureRecognizerFactory : IGestureRecognizerFactory

Inheritance: objectDragGestureRecognizerFactory

Implements: IGestureRecognizerFactory

Constructors

C#
public DragGestureRecognizerFactory()

Properties

Gets the priority of the recognizers.

C#
public int Priority { get; }

Implements: IGestureRecognizerFactory.Priority

Methods

Creates a DragGestureRecognizer for this UI element.

C#
public GestureRecognizerBase CreateGestureRecognizer(UIElement element)
Parameters:elementUIElementReturns:

GestureRecognizerBase

Implements: IGestureRecognizerFactory.CreateGestureRecognizer(UIElement)

When invoked, the factory registers the allowed transitions.

C#
public void RegisterGestureTransitions()

Implements: IGestureRecognizerFactory.RegisterGestureTransitions()