Search
DiagramView.mouseWheelAction Property
See Also
 





Gets or sets what action to perform when users rotate the mouse wheel.

Namespace: MindFusion.Diagramming
File: DiagramView.js

 Syntax

JavaScript  Copy Code

get mouseWheelAction() {}
set mouseWheelAction(value) {}

 Property Value

MouseWheelAction

A member of the MouseWheelAction enumeration. The default value is Scroll.

 See Also