UIKit.UIPanGestureRecognizer: Property Members

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

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
MaximumNumberOfTouchesnuint. The maximum number of touching fingers allowed. The default is INT_MAX. That's freaky.
MinimumNumberOfTouchesnuint. The minimum number of fingers that can be touching the view for this gesture to be recognized. Default is 1.