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
| AllowableMovement | nfloat. The maximum movement, in points, of the fingers before the gesture fails. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| MinimumPressDuration | double. The minimum time, in seconds, fingers must press for the gesture to be recognized. Default is 0.5. | |
| NumberOfTapsRequired | nint. The number of taps in the view required for the gesture to be recognized. Default is 0. | |
| NumberOfTouchesRequired | nuint. The number of fingers that must touch the view for the gesture to be recognized. Default is 1. |