GoDiagram Web Reference
AutoPan Property

Gets or sets whether this tool is used to implement autopanning or manual panning.
Syntax
'Declaration
 
Public Overridable Property AutoPan As Boolean
public virtual bool AutoPan {get; set;}

Property Value

the initial value is true for WinForms, false for WebForms
Remarks
When this value is true, this tool implements the standard auto-scrolling panning, initiated by a middle-mouse button click and terminated by a second click or a key press. When this value is false, this tool implements the standard manual-scrolling panning, initiated by a left-mouse drag in the background and terminated by a mouse up (when Modal is false).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoToolPanning Class
GoToolPanning Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback