Northwoods.GoSilverlight 1.2.2 Assembly
GestureModifiers Enumeration
See Also  Send Feedback
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

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

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

Requirements

See Also

© 2010 All Rights Reserved.