Northwoods.GoSilverlight 1.3.5 Assembly
StandardMouseWheel Method
See Also  Send Feedback
Northwoods.GoXam.Tool Namespace > DiagramTool Class : StandardMouseWheel Method

Implement the standard behavior for mouse wheel events.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub StandardMouseWheel() 
C# 
protected virtual void StandardMouseWheel()

Remarks

If Northwoods.GoXam.Diagram.AllowScroll is true, turning the mouse wheel causes the diagram to scroll up or down. If IsShiftKeyDown is also true, the diagram scrolls left or right.

If IsControlKeyDown is true and if Northwoods.GoXam.Diagram.AllowZoom is true, turning the mouse wheel changes the diagram's scale, zooming in or out while trying to keep the point in the model at the same point as the mouse.

Requirements

See Also

© 2012 All Rights Reserved.