UIGestureRecognizer.DelaysTouchesBegan 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 this UIGestureRecognizer should delay sending touches to the underlying UIVew during the gesture's begin phase.
public virtual bool DelaysTouchesBegan { [Foundation.Export("delaysTouchesBegan")] get; [Foundation.Export("setDelaysTouchesBegan:")] set; }
member this.DelaysTouchesBegan : bool with get, set
Property Value
If set to true
, then the receiver delays sending touches in a begin phase to its view. Otherwise set to false
.
- Attributes