共用方式為


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

屬性

適用於