Share via


UIGestureRecognizer.State Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIGestureRecognizerState State { [Foundation.Export("state")] get; [Foundation.Advice("Only subclasses of 'UIGestureRecognizer' can set this property.")] [Foundation.Export("setState:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("state")>]
[<set: Foundation.Advice("Only subclasses of 'UIGestureRecognizer' can set this property.")>]
[<set: Foundation.Export("setState:")>]
member this.State : UIKit.UIGestureRecognizerState with get, set

Property Value

Attributes

Applies to