UIKit.UIGestureRecognizer.DelaysTouchesBegan Property
Whether this UIGestureRecognizer should delay sending touches to the underlying UIVew during the gesture's begin phase.

Syntax

[get: Foundation.Export("delaysTouchesBegan")]
[set: Foundation.Export("setDelaysTouchesBegan:")]
public virtual bool DelaysTouchesBegan { get; set; }

Value

If set to true, then the receiver delays sending touches in a begin phase to its view. Otherwise set to false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0