UIKit.UIGestureRecognizer: Property Members

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

Public Properties

CancelsTouchesInViewbool. Whether touches recognized as part of a gesture should be delivered to the underlying UIView.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelaysTouchesBeganbool. Whether this UIGestureRecognizer should delay sending touches to the underlying UIVew during the gesture's begin phase.
DelaysTouchesEndedbool. Whether this UIGestureRecgonizer should delay sending touches to the underlying UIView during the gesture's end phase.
DelegateIUIGestureRecognizerDelegate. An instance of the UIKit.UIGestureRecognizerDelegate model class which acts as the class delegate.
Enabledbool. Whether the UIGestureRecognizer is enabled.
[read-only]
NumberOfTouchesnint. The number of touches involved in the gesture.
ShouldBeginUIGestureProbe. Delegate invoked by the object to get a value.
ShouldBeRequiredToFailByUIGesturesProbe. Delegate invoked by the object to get a value.
ShouldReceiveTouchUITouchEventArgs. Delegate invoked by the object to get a value.
ShouldRecognizeSimultaneouslyUIGesturesProbe. Delegate invoked by the object to get a value.
ShouldRequireFailureOfUIGesturesProbe. Delegate invoked by the object to get a value.
StateUIGestureRecognizerState. The current state of this UIGestureRecognizer. Read-only.
[read-only]
ViewUIView. The UIView to which this UIGestureRecognizer is attached. Read-only.
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type