IPlatformSettingsGetDoubleTapSize Method
The size of the rectangle around the location of a pointer down that a pointer up
must occur within in order to register a double-tap gesture, in device-independent
pixels.
Namespace: Avalonia.PlatformAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
Size GetDoubleTapSize(
PointerType type
)
Function GetDoubleTapSize (
type As PointerType
) As Size
abstract GetDoubleTapSize :
type : PointerType -> Size
- type PointerType
- The pointer type.
Size