ShouldEndScrollGesture Property
When set the ScrollGestureRecognizer should stop its current active scroll gesture.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool ShouldEndScrollGesture { get; set; }
Public Property ShouldEndScrollGesture As Boolean
Get
Set
member ShouldEndScrollGesture : bool with get, set