Gets/sets a boolean value indicating whether or not panning functionality (scrolling) is enabled.
Namespace: Ico.GwxAssembly: 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) |