Specifies the type of action performed when the user rotates the mouse wheel.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public enum MouseWheelAction |
Visual Basic
Copy Code
|
|---|
Public Enum MouseWheelAction |
Members| Member name | Description | |
|---|---|---|
![]() |
None |
The DiagramView 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. |
See Also