The properties of UIKit.UIGestureRecognizer are listed below. For a list of all members, see the UIGestureRecognizer Members list.
See Also: Inherited members from Foundation.NSObject
| CancelsTouchesInView | bool. Whether touches recognized as part of a gesture should be delivered to the underlying UIView. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| DelaysTouchesBegan | bool. Whether this UIGestureRecognizer should delay sending touches to the underlying UIVew during the gesture's begin phase. | |
| DelaysTouchesEnded | bool. Whether this UIGestureRecgonizer should delay sending touches to the underlying UIView during the gesture's end phase. | |
| Delegate | IUIGestureRecognizerDelegate. An instance of the UIKit.UIGestureRecognizerDelegate model class which acts as the class delegate. | |
| Enabled | bool. Whether the UIGestureRecognizer is enabled. | |
| [read-only] | NumberOfTouches | nint. The number of touches involved in the gesture. |
| ShouldBegin | UIGestureProbe. Delegate invoked by the object to get a value. | |
| ShouldBeRequiredToFailBy | UIGesturesProbe. Delegate invoked by the object to get a value. | |
| ShouldReceiveTouch | UITouchEventArgs. Delegate invoked by the object to get a value. | |
| ShouldRecognizeSimultaneously | UIGesturesProbe. Delegate invoked by the object to get a value. | |
| ShouldRequireFailureOf | UIGesturesProbe. Delegate invoked by the object to get a value. | |
| State | UIGestureRecognizerState. The current state of this UIGestureRecognizer. Read-only. | |
| [read-only] | View | UIView. The UIView to which this UIGestureRecognizer is attached. Read-only. |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |