Table of Contents

Event DoubleTapDetected

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Occurs when a double tap is detected.

public event EventHandler<SKTapGestureEventArgs>? DoubleTapDetected

Returns

EventHandler<SKTapGestureEventArgs>

Remarks

A double tap is recognized when two taps occur within 300 ms of each other and within the DoubleTapSlop distance.