Search
Overview.SetAutoScrollAmount Method
See Also
 





Sets the amount by which to auto-scroll the view when the mouse leaves the view boundaries while drawing.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public Overview SetAutoScrollAmount (
    int value
)

Visual Basic  Copy Code

Public Function SetAutoScrollAmount( _
    value As Integer _
) As Overview

 Parameters

value

A number specifying the amount by which to auto-scroll.

 Return Value

This Overview instance for chaining method calls.

 See Also