GoXam for WPF v3
Gesture Enumeration
Northwoods.GoXam Namespace : Gesture Enumeration
This enumerates the kinds of gestures that are implemented by DiagramPanel.PerformGesture.
Syntax
public enum Gesture : System.Enum 
Members
MemberDescription
MouseLeftButton A simulated mouse gesture using the left button, a drag or a click.
MouseLeftDoubleClick A simulated mouse double-click gesture using the left button.
MouseRightButton A simulated mouse gesture using the right button, a drag or a click.
MouseRightDoubleClick A simulated mouse double-click gesture using the right button.
MouseWheelBackward A simulated mouse wheel gesture, rolling backward.
MouseWheelForward A simulated mouse wheel gesture, rolling forward.
None No simulated mouse gesture is occuring.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.Gesture

See Also

Reference

Northwoods.GoXam Namespace