Gets or sets what action to perform when users rotate the mouse wheel.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public MouseWheelAction MouseWheelAction { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MouseWheelAction As MouseWheelAction |
A member of the MouseWheelAction enumeration. The default value is Scroll.
RemarksUsers can scroll horizontally by holding down the Alt modifier key while rotating the mouse wheel. The Control modifier scrolls the view in larger amounts (half the viewport width or height depending on scroll direction).
See Also