UIKit.UITouch: Property Members

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

See Also: Inherited members from Foundation.NSObject

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
GestureRecognizersUIGestureRecognizer[]. The UIGestureRecognizers that are receiving this UITouch.
[read-only]
MajorRadiusnfloat. The radius of the touch, governed by the UITouch.MajorRadiusTolerance setting.
[read-only]
MajorRadiusTolerancenfloat. Provides the tolerance for the MajorRadius property.   The actual radius is measured by MajorRadius±MajorRadiusTolerance.
[read-only]
PhaseUITouchPhase. The UITouchPhase of this UITouch.
[read-only]
TapCountnint. The number of taps associated with this UITouch. Read-only.
[read-only]
Timestampdouble. The time when this UITouch was created or last mutated. Read-only.
[read-only]
ViewUIView. The UIView in which this UITouch occurred. Read-only.
[read-only]
WindowUIWindow. The UIWindow in which this UITouch occurred. Read-only.