Specifies the type of action performed when the user rotates the mouse wheel.
Namespace: MindFusion.Diagramming
File: Enum.js
JavaScript Copy Code |
---|
// enum |
Member name | Description | |
---|---|---|
None |
The control does not handle wheel rotation internally, but raises mouseWheel event to allow custom handling. |
|
Scroll |
Indicates that the mouse wheel should scroll the view. |
|
Zoom |
Indicates that the mouse wheel should zoom the view. |
Members of this enumeration can be assigned to the mouseWheelAction property of DiagramView.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |