Share via


UIView.GestureRecognizers Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIGestureRecognizer[]? GestureRecognizers { [Foundation.Export("gestureRecognizers", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setGestureRecognizers:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("gestureRecognizers", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setGestureRecognizers:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.GestureRecognizers : UIKit.UIGestureRecognizer[] with get, set

Property Value

Attributes

Applies to