Northwoods.GoSilverlight 1.3.5 Assembly
WheelBehavior Enumeration
See Also  Send Feedback
Northwoods.GoXam.Tool Namespace : WheelBehavior Enumeration

This enumeration controls the behavior of the mouse wheel by DiagramTool.StandardMouseWheel.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum WheelBehavior 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
C# 
[FlagsAttribute()]
public enum WheelBehavior : System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
ControlZooms When there is only a Control key modifier, mouse wheel events zoom in and out.
NoneWhen DiagramTool.WheelBehavior is "None", mouse wheel events are ignored.
ScrollsVertically When there is no modifier, mouse wheel events scroll the diagram up and down.
ShiftScrollsHorizontally When there is only a Shift key modifier, mouse wheel events scroll the diagram left and right.
StandardThis combination of flags represents the default value for DiagramTool.WheelBehavior: ScrollsVertically, ControlZooms, and ShiftScrollsHorizontally.
Zooms When there is no modifier, mouse wheel events zoom in and out.

Remarks

These enumerated values can be combined as flags. However, when conflicting flags are combined, the behavior is undetermined. Flags conflict when they specify different behaviors for the same combination of modifiers: Control or Shift or Alt (or no modifiers at all).

At the current time, the only conflicting flags are for unmodified mouse wheel events: ScrollsVertically or Zooms.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.Tool.WheelBehavior

Requirements

See Also

© 2012 All Rights Reserved.