UIGestureRecognizer.AllowedTouchTypes Property

Definition

An array of UITouchType that the gesture recognizer responds to.

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

Property Value

Attributes

Applies to