Gets/sets the current horizontal and vertical pan (scroll position).

Namespace: Ico.Gwx
Assembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.306.0 (10.97.306.00)

Collapse imageSyntax

C#
public Vector CurrentPan { get; set; }
Visual Basic
Public Property CurrentPan As Vector
	Get
	Set
JScript
function get CurrentPan () : Vector
function set CurrentPan (value : Vector)

Collapse imageSee Also