Table of Contents

Class GestureRecognizer

Namespace
Avalonia.Input.GestureRecognizers
Assembly
Avalonia.Base.dll
public abstract class GestureRecognizer : StyledElement, INotifyPropertyChanged, IDataContextProvider, ILogical, IThemeVariantHost, IResourceHost, IResourceNode, IStyleHost, ISetLogicalParent, ISetInheritanceParent, ISupportInitialize, IStyleable, INamed
Inheritance
GestureRecognizer
Implements
Derived
Inherited Members
Extension Methods

Constructors

GestureRecognizer()

protected GestureRecognizer()

Properties

Target

protected IInputElement? Target { get; }

Property Value

IInputElement

Methods

Capture(IPointer)

protected void Capture(IPointer pointer)

Parameters

pointer IPointer

PointerCaptureLost(IPointer)

protected abstract void PointerCaptureLost(IPointer pointer)

Parameters

pointer IPointer

PointerMoved(PointerEventArgs)

protected abstract void PointerMoved(PointerEventArgs e)

Parameters

e PointerEventArgs

PointerPressed(PointerPressedEventArgs)

protected abstract void PointerPressed(PointerPressedEventArgs e)

Parameters

e PointerPressedEventArgs

PointerReleased(PointerReleasedEventArgs)

protected abstract void PointerReleased(PointerReleasedEventArgs e)

Parameters

e PointerReleasedEventArgs