The members of UIKit.UITouch are listed below.
See Also: Inherited members from Foundation.NSObject
| UITouch() | Default constructor that initializes a new instance of this class with no parameters. | 
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. | 
| [read-only] override  | ClassHandle | IntPtr. The handle for this class. | 
| [read-only] | GestureRecognizers | UIGestureRecognizer[]. The UIGestureRecognizers that are receiving this UITouch. | 
| [read-only] | MajorRadius | nfloat. The radius of the touch, governed by the UITouch.MajorRadiusTolerance setting. | 
| [read-only] | MajorRadiusTolerance | nfloat. Provides the tolerance for the MajorRadius property. The actual radius is measured by MajorRadius±MajorRadiusTolerance. | 
| [read-only] | Phase | UITouchPhase. The UITouchPhase of this UITouch. | 
| [read-only] | TapCount | nint. The number of taps associated with this UITouch. Read-only. | 
| [read-only] | Timestamp | double. The time when this UITouch was created or last mutated. Read-only. | 
| [read-only] | View | UIView. The UIView in which this UITouch occurred. Read-only. | 
| [read-only] | Window | UIWindow. The UIWindow in which this UITouch occurred. Read-only. | 
| LocationInView(UIView) The location of this UITouch, in the coordinate system of the specified UIView. | ||
| PreviousLocationInView(UIView) The previous location of this UITouch, in the coordinate system of the specified UIView. | ||