GoXam for WPF v3
GestureModifiers Enumeration
Northwoods.GoXam Namespace : GestureModifiers Enumeration
These gesture modifier flags are used by DiagramPanel.PerformGesture, as if the corresponding keys were held down during the gesture.
Syntax
[Flags()]
public enum GestureModifiers : System.Enum 
Members
MemberDescription
Alt As if the Alt key is being held down during the simulated mouse gesture.
Control As if the Control key is being held down during the simulated mouse gesture.
None No Control/Shift/Alt modifier for the simulated mouse gesture.
Shift As if the Shift key is being held down during the simulated mouse gesture.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.GestureModifiers

See Also

Reference

Northwoods.GoXam Namespace