GetDoubleTapSize 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)
- C#
- VB
- F#
Size GetDoubleTapSize(
PointerType type
)
Function GetDoubleTapSize (
type As PointerType
) As Size
abstract GetDoubleTapSize :
type : PointerType -> Size
Parameters
- PointerType
- The pointer type.