Move(Interactive, Point, KeyModifiers) Method

Definition

Assembly HeadlessTestingFramework.dll

Simulates a pointer move event to the specified position.

public void Move(Interactive target, Point position, KeyModifiers modifiers = KeyModifiers.None)

Parameters

target
Avalonia.Interactivity.Interactive

The target control.

position
Avalonia.Point

The new position of the pointer.

modifiers
Avalonia.Input.KeyModifiers

Key modifiers.