TouchAction Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Describes the action of a specific touch point.

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

Syntax

'Declaration
Public Enumeration TouchAction
public enum TouchAction

Members

Member name Description
Supported by Silverlight for Windows Phone Down A touch action from a TOUCHEVENTF_DOWN message.
Supported by Silverlight for Windows Phone Move A touch action from a TOUCHEVENTF_MOVE message.
Supported by Silverlight for Windows Phone Up A touch action from a TOUCHEVENTF_UP message.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference