GestureRecognizer.CompleteGesture 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使手势识别器完成交互。
public:
virtual void CompleteGesture() = CompleteGesture;
void CompleteGesture();
public void CompleteGesture();
function completeGesture()
Public Sub CompleteGesture ()
注解
此方法根据交互的当前状态将 IsActive 和 IsInertial 设置为 false。 根据交互引发以下事件之一:
- ManipulationCompleted 事件。
- 一个 CrossSliding 事件,其 CrossSlidingState 为 Completed。
- HoldingState 为 Completed 的 Holding 事件。
- 一个 DraggingState 为 Completed 的拖动事件。