标签: c# wpf visual-studio-2010 wpf-controls multi-touch
我是多点触控编程的新手。即时通讯使用windows7,VS-2010和WPF进行开发。我按照以下链接中的教程进行操作:
http://surfacedeveloper.blogspot.in/2009/10/multi-touch-in-wpf-40-and-vs2010.html
这里我没有属性 ManipulationMode =“All”。我不知道我做错了什么。请帮帮我!!!
答案 0 :(得分:1)
ManipulationMode似乎是.NET 4.0 beta 1中的UIElement属性。我想现在是IsManipulationEnabled。
ManipulationMode
UIElement