DragAndDropBy(AvaloniaElement, Int32, Int32) Method

Definition

Assembly HeadlessTestingFramework.dll

Drags an element by an offset.

public Actions DragAndDropBy(AvaloniaElement source, int offsetX, int offsetY)

Parameters

source
AvaloniaElement

The source element.

offsetX
Int32

X offset.

offsetY
Int32

Y offset.

Returns

Actions
This Actions instance for chaining.