UIGestureRecognizer.CancelsTouchesInView Property

Definition

Whether touches recognized as part of a gesture should be delivered to the underlying UIView.

public virtual bool CancelsTouchesInView { [Foundation.Export("cancelsTouchesInView")] get; [Foundation.Export("setCancelsTouchesInView:")] set; }
member this.CancelsTouchesInView : bool with get, set

Property Value

If set to true, the receiver recognizes its gesture. Otherwise set to false.

Attributes

Applies to