Table of Contents

Class ScrollGestureEventArgs

Namespace
Avalonia.Input
Assembly
Avalonia.Base.dll
public class ScrollGestureEventArgs : RoutedEventArgs
Inheritance
ScrollGestureEventArgs
Inherited Members

Constructors

ScrollGestureEventArgs(int, Vector)

public ScrollGestureEventArgs(int id, Vector delta)

Parameters

id int
delta Vector

Properties

Delta

public Vector Delta { get; }

Property Value

Vector

Id

public int Id { get; }

Property Value

int

ShouldEndScrollGesture

When set the ScrollGestureRecognizer should stop its current active scroll gesture.

public bool ShouldEndScrollGesture { get; set; }

Property Value

bool

Methods

GetNextFreeId()

public static int GetNextFreeId()

Returns

int