Class InputGesture
Inheritance
System.Object
InputGesture
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class InputGesture : Object
Constructors
InputGesture()
Declaration
protected InputGesture()
Methods
Matches(Object, RoutedEventArgs)
Declaration
public abstract bool Matches(object targetElement, RoutedEventArgs inputEventArgs)
Parameters
|
System.Object
targetElement
|
|
Microsoft.UI.Xaml.RoutedEventArgs
inputEventArgs
|
Returns
|
System.Boolean
|