Move(Interactive, Interactive, Point, KeyModifiers) Method

Definition

Assembly HeadlessTestingFramework.dll

Simulates a pointer move event to the specified position with a specific source.

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

Parameters

target
Avalonia.Interactivity.Interactive

The target control.

source
Avalonia.Interactivity.Interactive

The source of the event.

position
Avalonia.Point

The new position of the pointer.

modifiers
Avalonia.Input.KeyModifiers

Key modifiers.