如何将触摸操作绑定到 Windows Phone 7 上的 UIElement 属性?
我希望当用户在 Windows Phone 7 中的屏幕上垂直滑动时修改 UIElement
的属性。我可以了解如何使用 OnManipulationDelta
覆盖来实现此操作但看起来应该是某种 Xaml 绑定,可以在标记中完成它。
您可以将属性绑定到触摸操作吗?
I would like to have a property of a UIElement
be modified when the user swipes vertically on the screen in Windows Phone 7. I can see how to do it using the OnManipulationDelta
override but it seems like that should be a Xaml binding of some sort that would accomplish it in mark-up.
Can you bind properties to touch manipulations?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是示例 你可能会如何去做。
Here's an example of how you might go about doing that.