Wheel(Interactive, Vector, Nullable) Method

Definition

Assembly HeadlessTestingFramework.dll

Simulates mouse wheel scrolling.

public void Wheel(Interactive target, Vector delta, Point? position = default(Point? ))

Parameters

target
Avalonia.Interactivity.Interactive

The target control.

delta
Avalonia.Vector

Scroll delta (positive = up/left, negative = down/right).

position
Nullable<Point>

Optional position (uses current position if null).