Simulates a drag with custom path.
public void DragPath(Interactive target, Point[] path, MouseButton button = MouseButton.Left, int stepInterval = 16)
The target control.
Array of points defining the drag path.
Mouse button to use for dragging.
Time between steps in milliseconds.