在Windows应用商店中保持手势

时间:2014-03-20 17:53:56

标签: c# xaml windows-runtime windows-store-apps

我正在编写我为Windows Phone 8创建的应用程序的Windows应用商店版本。

在我的WP8中,我正在听几个UIElements中的Hold手势事件。例如:

<Canvas x:Name="MyCanvas"
            Background="Transparent"
            Hold="MyCanvas_holdEvent"
            ManipulationCompleted="MyCanvas_completedEvent"
            ManipulationDelta="MyCanvas_deltaEvent" />

在我的Windows商店版本上,我将Hold事件更改为Holding事件,但是当我使用鼠标时不会触发此事件。我读过有关GestureRecognizer和HoldingWithMouse的内容,但我真的不知道如何设置它。

0 个答案:

没有答案