Table of Contents

Property FlingThreshold

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

FlingThreshold

Gets or sets the minimum velocity, in pixels per second, required for a pan gesture to be classified as a fling upon touch release.

public float FlingThreshold { get; set; }

Property Value

float

The fling velocity threshold in pixels per second. The default is 200.

Exceptions

ArgumentOutOfRangeException

value is negative.