UIView.GestureRecognizers Property

Definition

The array of UIGestureRecognizers for this UIView.

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

Property Value

The default value is null.

This value can be null.

Attributes

Applies to