IPlatformSettingsGetDoubleTapTime 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) Version: 11.3.999
TimeSpan GetDoubleTapTime(
	PointerType type
)

Parameters

type  PointerType
 

Return Value

TimeSpan

See Also