TouchAction Enumeration

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Describes the action of a specific touch point.

Namespace:  System.Windows.Input
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public Enumeration TouchAction
public enum TouchAction

Members

Member name Description
Down A touch action from a TOUCHEVENTF_DOWN message.
Move A touch action from a TOUCHEVENTF_MOVE message.
Up A touch action from a TOUCHEVENTF_UP message.
Enter A touch action from a touch event Enter message.
Leave A touch action from a touch event Leave message.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

System.Windows.Input Namespace