Up(Interactive, Point, KeyModifiers) Method

Definition

Assembly HeadlessTestingFramework.dll

Simulates a pointer up event.

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

Parameters

target
Avalonia.Interactivity.Interactive

The target control.

position
Avalonia.Point

The position of the pointer.

modifiers
Avalonia.Input.KeyModifiers

Key modifiers.