TouchpadRotate(Interactive, Double, Point, KeyModifiers) Method

Definition

Assembly HeadlessTestingFramework.dll

Simulates a touchpad rotate gesture.

public void TouchpadRotate(Interactive target, double delta, Point position, KeyModifiers modifiers = KeyModifiers.None)

Parameters

target
Avalonia.Interactivity.Interactive

The target control to receive the event.

delta
Double

Rotation delta (in degrees).

position
Avalonia.Point

Position of the gesture.

modifiers
Avalonia.Input.KeyModifiers

Key modifiers.