Add a gesture to a component #1527
densen2014
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Like https://learn.microsoft.com/en-us/mobile-blazor-bindings/ui/gestures
概述
手势识别器可用于检测用户与应用程序中的视图的交互。
手势识别器附加到控件并指定要响应的手势以及处理响应的事件。支持点击、捏合、平移和滑动等手势。手势可以添加到派生自View或的任何组件中GestureElement。
伪代码:
Beta Was this translation helpful? Give feedback.
All reactions