Specifies the type of action performed when the user rotates the mouse wheel.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public enum MouseWheelAction |
Visual Basic Copy Code |
---|
Public Enum MouseWheelAction |
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. |
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |