Down(Interactive, Interactive, Point, KeyModifiers) Method

Definition

Assembly HeadlessTestingFramework.dll

Simulates a pointer down event at the specified position with a specific source.

public void Down(Interactive target, Interactive source, Point position = default(Point), 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 position of the pointer.

modifiers
Avalonia.Input.KeyModifiers

Key modifiers.