UIGestureRecognizer.AllowedPressTypes Property

Definition

An array of UIPressType that the gesture recognizer responds to.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSNumber[] AllowedPressTypes { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("allowedPressTypes", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setAllowedPressTypes:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.AllowedPressTypes : Foundation.NSNumber[] with get, set

Property Value

Attributes

Applies to