Table of Contents

Property DoubleTapSlop

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

DoubleTapSlop

Gets or sets the maximum distance, in pixels, between two taps for them to be recognized as a double-tap gesture.

public float DoubleTapSlop { get; set; }

Property Value

float

The double-tap slop distance in pixels. The default is 40.

Exceptions

ArgumentOutOfRangeException

value is negative.