GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / AutoPanRegion Property
In This Topic
    AutoPanRegion Property
    In This Topic
    Gets or sets the region around the original pan point where automatic panning does not occur.
    Syntax
    [Category("Behavior")]
    [Description("The area around the original pan point outside of which the mouse will automatically cause the view to scroll.")]
    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.
    See Also