Detect pinch zoom in Windows phone (7.1)

一个人想着一个人 提交于 2019-12-12 14:31:04

问题


According to Silverlight toolkit the Gesture listener is to be considered deprecated

The Gesture Listener should be considered deprecated for all Windows Phone 7.1 SDK development.

And no other suggestions are available. In the absence of gesture listener what is the best way to detect pinch/zoom gestures in WP7?


回答1:


Take a look at this MSDN page. It is using the ManipulationDelta class to handle touch and resizing.



来源:https://stackoverflow.com/questions/8870755/detect-pinch-zoom-in-windows-phone-7-1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!