IsScrollInertiaEnabled Property
Gets or sets whether the gesture should include inertia in it's behavior.
Definition
Namespace: Avalonia.Input.GestureRecognizers
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool IsScrollInertiaEnabled { get; set; }
Public Property IsScrollInertiaEnabled As Boolean
Get
Set
member IsScrollInertiaEnabled : bool with get, set
Property Value
BooleanSee Also
Reference
ScrollGestureRecognizer Class
Avalonia.Input.GestureRecognizers Namespace