Table of Contents

Property LongPressDuration

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

LongPressDuration

Gets or sets the duration a touch must be held stationary before a long press gesture is recognized.

public TimeSpan LongPressDuration { get; set; }

Property Value

TimeSpan

The long press duration. The default is 500 ms. Must be positive.

Exceptions

ArgumentOutOfRangeException

value is zero or negative.