'Declaration Public Enum GestureModes Inherits System.Enum
public enum GestureModes : System.Enum
Member | Description |
---|---|
All | Combines all bitflags, enabling all gesture events. |
None | No gesture modes. |
Pan | The PanGesture event is enabled, as is inertial panning. |
PanInertia | When combined with the 'PanNoInertia' constant, enables inertial panning. Note that this constant only has significance when combined with the 'PanNoInertia' constant. Assigning this constant alone does not enable panning unless combined with the 'PanNoInertia' constant. |
PanNoInertia | The PanGesture event is enabled, but inertial panning is not enabled. Using this constant as opposed to the 'Pan' constant causes the PanGesture event to stop firing immediately upon the user's loss of contact with the touch surface. |
PressAndHold | The PressAndHoldGesture event is enabled. |
PressAndTap | The PressAndTapGesture event is enabled. |
Rotate | The RotateGesture event is enabled. |
TwoFingerTap | The TwoFingerGesture event is enabled. |
Zoom | The ZoomGesture event is enabled. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2