UIGestureRecognizer.DelaysTouchesEnded 属性

定义

此 UIGestureRecgonizer 是否应在手势的结束阶段延迟向基础 UIView 发送触摸。

public virtual bool DelaysTouchesEnded { [Foundation.Export("delaysTouchesEnded")] get; [Foundation.Export("setDelaysTouchesEnded:")] set; }
member this.DelaysTouchesEnded : bool with get, set

属性值

如果设置为 true,则接收方会延迟在结束阶段向其视图发送触摸。 否则设置为 false

属性

适用于