DragAndDrop(AvaloniaElement, AvaloniaElement) Method

Definition

Assembly HeadlessTestingFramework.dll

Drags an element to another element.

public Actions DragAndDrop(AvaloniaElement source, AvaloniaElement target)

Parameters

source
AvaloniaElement

The source element.

target
AvaloniaElement

The target element.

Returns

Actions
This Actions instance for chaining.