Simulates a mouse drag operation.
public void Drag(Interactive target, Point startPoint, Point endPoint, MouseButton button = MouseButton.Left, int steps = 10)
The target control.
Starting position.
Ending position.
Mouse button to use for dragging.
Number of intermediate steps.