IPlatformSettingsGetTapSize 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 tap gesture, in device-independent pixels.
Namespace: Avalonia.PlatformAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
Size GetTapSize(
PointerType type
)
Function GetTapSize (
type As PointerType
) As Size
abstract GetTapSize :
type : PointerType -> Size
- type PointerType
- The pointer type.
Size