GetIsScrollInertiaEnabled Method
Gets whether scroll gestures should include inertia in their behavior and value.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static bool GetIsScrollInertiaEnabled(
Control control
)
Public Shared Function GetIsScrollInertiaEnabled (
control As Control
) As Boolean
static member GetIsScrollInertiaEnabled :
control : Control -> bool