UIPress.GestureRecognizers Property

Definition

The UIGestureRecognizer objects that are receiving the presses.

public virtual UIKit.UIGestureRecognizer[] GestureRecognizers { [Foundation.Export("gestureRecognizers", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.GestureRecognizers : UIKit.UIGestureRecognizer[]

Property Value

An empty array if no UIGestureRecognizer objects are configured to receive the event.

This value can be null.

Attributes

Applies to