Search
DiagramView.MouseWheelScript Property
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.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public string MouseWheelScript { get; set; }

Visual Basic  Copy Code

Public Property MouseWheelScript As String

 Property Value

 See Also