GoDiagram Web Reference
AutoPanRegion Property

Gets or sets the region around the original pan point where automatic panning does not occur.
Syntax
'Declaration
 
<DescriptionAttribute("The area around the original pan point outside of which the mouse will automatically cause the view to scroll.")>
<CategoryAttribute("Behavior")>
Public Overridable Property AutoPanRegion As Size
[DescriptionAttribute("The area around the original pan point outside of which the mouse will automatically cause the view to scroll.")]
[CategoryAttribute("Behavior")]
public virtual Size AutoPanRegion {get; set;}

Property Value

The value defaults to 16x16; any new values must not be negative.
Remarks
This is used by ComputeAutoPanDocPosition to decide whether the current mouse point is close enough to the original pan point that no scrolling should occur.
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

GoView Class
GoView Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback