Gets or sets what action to perform when users rotate the mouse wheel.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# 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.
Users 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).
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |