ContinuePanTo(Double, Double, Boolean) Method

Definition

Assembly PanAndZoom.dll

Continue pan to provided target point.

public void ContinuePanTo(double x, double y, bool skipTransitions = false)

Parameters

x
Double

The target point x axis coordinate.

y
Double

The target point y axis coordinate.

skipTransitions
Boolean

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