UIKit.UILongPressGestureRecognizer: Property Members

The properties of UIKit.UILongPressGestureRecognizer are listed below. For a list of all members, see the UILongPressGestureRecognizer Members list.

See Also: Inherited members from UIKit.UIGestureRecognizer

Public Properties

AllowableMovementnfloat. The maximum movement, in points, of the fingers before the gesture fails.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
MinimumPressDurationdouble. The minimum time, in seconds, fingers must press for the gesture to be recognized. Default is 0.5.
NumberOfTapsRequirednint. The number of taps in the view required for the gesture to be recognized. Default is 0.
NumberOfTouchesRequirednuint. The number of fingers that must touch the view for the gesture to be recognized. Default is 1.