在Windows Phone 8.1中找不到ManipulationMode

时间:2015-05-13 18:47:13

标签: c# xaml windows-phone-7 windows-phone-8 windows-phone-8.1

我是Windows Phone应用开发的新手。我试图在Windows Phone 8.1中进行一些图像处理(基本上是旋转)。我可以配置Manipulation事件属性,如ManipulationDelta,ManipulationStarted& ManipulationCompleted没有任何错误,除了ManipulationMode。

我收到的问题如下:

The member "ManipulationMode" is not recognized or is not accessible. 
The property 'ManipulationMode' was not found in type 'Image'

我认为我缺少一些所需的名称空间。我挣扎了很久。

感谢任何帮助。提前致谢。

0 个答案:

没有答案