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