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.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
Size GetDoubleTapSize(
	PointerType type
)

Parameters

type  PointerType
The pointer type.

Return Value

Size

See Also