本文介绍了WPF中的多点触控不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我是多点触控编程的新手.我使用Windows7,VS-2010和WPF进行开发.我按照此链接中的教程进行操作:
I'm new to multi touch programming. im using windows7, VS-2010 and WPF to develop.I follow the tutorial in this link:
http://surfacedeveloper. blogspot.in/2009/10/multi-touch-in-wpf-40-and-vs2010.html
在这里,我没有属性 ManipulationMode ="All" .我不知道我在做什么错.请帮助我!
here i don't have the property ManipulationMode="All". I don't know what I'm doing wrong. please help me!!!
推荐答案
ManipulationMode
在.NET 4.0 beta 1中似乎是UIElement
属性.我想这就是现在的 IsManipulationEnabled .
ManipulationMode
seemed to be a UIElement
property in .NET 4.0 beta 1. I guess it was what now is IsManipulationEnabled.
这篇关于WPF中的多点触控不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!