GetDoubleTapTime Method
Gets the maximum time that may occur between the first and second click of a double- tap gesture.
Definition
Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
TimeSpan GetDoubleTapTime(
PointerType type
)
Function GetDoubleTapTime (
type As PointerType
) As TimeSpan
abstract GetDoubleTapTime :
type : PointerType -> TimeSpan