UIKit.UIAcceleration Members

The members of UIKit.UIAcceleration are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

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.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
Timedouble. The relative time at which the acceleration event occurred. Read-only.
[read-only]
Xdouble. The acceleration value along the X axis of the device. Read-only.
[read-only]
Ydouble. The acceleration value along the Y axis of the device. Read-only.
[read-only]
Zdouble. The acceleration value along the Z axis of the device. Read-only.