ClassInputGesture
Class
Abstract class that describes input device gestures.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public abstract class InputGesture
Inheritance: objectInputGesture
Derived Classes:
Constructors
InputGesture()
Initializes a new instance of the InputGesture class.
Declaration
cs-api-definition
protected InputGesture()
Methods
Matches(object, RoutedEventArgs)
When overridden in a derived class, determines whether the specified InputGesture matches the input associated with the specified InputEventArgs object.