PanDelta(Double, Double, Boolean) Method

Definition

Assembly PanAndZoom.dll

Pan control to provided delta.

public void PanDelta(double dx, double dy, bool skipTransitions = false)

Parameters

dx
Double

The target x axis delta.

dy
Double

The target y axis delta.

skipTransitions
Boolean

The flag indicating whether transitions on the child element should be temporarily disabled.