Search
DiagramView.MouseWheelAction Property
See Also
 





Gets or sets what action to perform when users rotate the mouse wheel.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public MouseWheelAction MouseWheelAction { get; set; }

Visual Basic  Copy Code

Public Property MouseWheelAction As MouseWheelAction

 Property Value

A member of the MouseWheelAction enumeration. The default value is Scroll.

 Remarks

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).

 See Also