Search
DiagramView.MouseWheelScript Method
See Also
 





Sets the name of a JavaScript function that should be invoked when the user rotates the mouse wheel while the cursor is positioned over the diagram surface.

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

 Syntax

C#  Copy Code

public DiagramView MouseWheelScript (
    string value
)

Visual Basic  Copy Code

Public Function MouseWheelScript( _
    value As String _
) As DiagramView

 Parameters

value

 Return Value

 See Also