Gets/sets a boolean value indicating whether or not panning functionality (scrolling) is enabled.

Namespace: Ico.Gwx
Assembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool PanEnabled { get; set; }
Visual Basic
Public Property PanEnabled As Boolean
	Get
	Set
JScript
final function get PanEnabled () : boolean
final function set PanEnabled (value : boolean)

Implements

IGwxControlPanEnabled()()()()

See Also