Table of Contents

Class PullGestureRecognizer

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

Constructors

PullGestureRecognizer()

public PullGestureRecognizer()

PullGestureRecognizer(PullDirection)

public PullGestureRecognizer(PullDirection pullDirection)

Parameters

pullDirection PullDirection

Fields

PullDirectionProperty

Defines the PullDirection property.

public static readonly StyledProperty<PullDirection> PullDirectionProperty

Field Value

StyledProperty<PullDirection>

Properties

PullDirection

public PullDirection PullDirection { get; set; }

Property Value

PullDirection

Methods

PointerCaptureLost(IPointer)

protected override void PointerCaptureLost(IPointer pointer)

Parameters

pointer IPointer

PointerMoved(PointerEventArgs)

protected override void PointerMoved(PointerEventArgs e)

Parameters

e PointerEventArgs

PointerPressed(PointerPressedEventArgs)

protected override void PointerPressed(PointerPressedEventArgs e)

Parameters

e PointerPressedEventArgs

PointerReleased(PointerReleasedEventArgs)

protected override void PointerReleased(PointerReleasedEventArgs e)

Parameters

e PointerReleasedEventArgs