Share via


NSGestureRecognizer.State Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSGestureRecognizerState State { [Foundation.Export("state")] get; [Foundation.Advice("Only subclasses of 'NSGestureRecognizer' 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 'NSGestureRecognizer' can set this property.")>]
[<set: Foundation.Export("setState:")>]
member this.State : AppKit.NSGestureRecognizerState with get, set

Property Value

Attributes

Applies to