ManipulationState Enumeration

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

Specifies the different mutually exclusive manipulation states of the ViewPortControl.

Namespace:  System.Windows.Controls.Primitives
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public Enumeration ManipulationState
public enum ManipulationState

Members

Member name Description
Idle Specifies that nothing is manipulating or animating.
Manipulating Specifies that gesture is being recognized, finger is down and any delta is received, drag/pan or flick.
Animating Specifies that no gesture is currently happening, but there is some animation happening, like scroll animation or compression animation.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

System.Windows.Controls.Primitives Namespace