The properties of UIKit.UIPanGestureRecognizer are listed below. For a list of all members, see the UIPanGestureRecognizer Members list.
See Also: Inherited members from UIKit.UIGestureRecognizer
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| MaximumNumberOfTouches | nuint. The maximum number of touching fingers allowed. The default is INT_MAX. That's freaky. | |
| MinimumNumberOfTouches | nuint. The minimum number of fingers that can be touching the view for this gesture to be recognized. Default is 1. |