HoldingCompleted(Interactive, Point, PointerType) Method

Definition

Assembly HeadlessTestingFramework.dll

Simulates a Holding gesture completed event.

public void HoldingCompleted(Interactive target, Point position, PointerType pointerType = PointerType.Touch)

Parameters

target
Avalonia.Interactivity.Interactive

The target control to receive the event.

position
Avalonia.Point

Position of the holding gesture.

pointerType
Avalonia.Input.PointerType

Type of pointer (Touch, Mouse, Pen).