Search
ZoomControl.SetScrollStep Method
See Also
 





Sets the scroll offset added when users click the pan arrows.

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

 Syntax

C#  Copy Code

public ZoomControl SetScrollStep (
    double value
)

Visual Basic  Copy Code

Public Function SetScrollStep( _
    value As Double _
) As ZoomControl

 Parameters

value

 Return Value

 See Also