ManipulationState Enumeration

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)

public enum ManipulationState

Member nameDescription
IdleSpecifies that nothing is manipulating or animating.
ManipulatingSpecifies that gesture is being recognized, finger is down and any delta is received, drag/pan or flick.
AnimatingSpecifies that no gesture is currently happening, but there is some animation happening, like scroll animation or compression animation.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft