UIGestureRecognizer.CancelsTouchesInView Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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