UIGestureRecognizer.DelaysTouchesEnded 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此 UIGestureRecgonizer 是否應該在手勢結束階段延遲傳送觸控至基礎 UIView。
public virtual bool DelaysTouchesEnded { [Foundation.Export("delaysTouchesEnded")] get; [Foundation.Export("setDelaysTouchesEnded:")] set; }
member this.DelaysTouchesEnded : bool with get, set
屬性值
如果設定為 true
,則接收者會在結束階段延遲傳送觸控至其檢視。 否則,請將 設定為 false
。
- 屬性