Pan(Double, Double, Boolean) Method

Definition

Assembly PanAndZoom.dll

Pan control to set the viewport offset to the specified values.

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

Parameters

x
Double

The target offset x value.

y
Double

The target offset y value.

skipTransitions
Boolean

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