Table of Contents

Property FlingMinVelocity

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

FlingMinVelocity

Gets or sets the minimum velocity, in pixels per second, below which the fling animation stops.

public float FlingMinVelocity { get; set; }

Property Value

float

The minimum fling velocity threshold in pixels per second. The default is 5.

Exceptions

ArgumentOutOfRangeException

value is negative.