UIKit.UIGravityBehavior Members

The members of UIKit.UIGravityBehavior are listed below.

See Also: Inherited members from UIKit.UIDynamicBehavior

Public Constructors

Default constructor, initializes a new instance of this class.
Documentation for this section has not yet been entered.

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

Anglenfloat. The angle, in radians, of the gravity vector for this UIGravityBehavior.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
GravityDirectionCoreGraphics.CGVector. The direction of the gravity vector, as an (x,y) tuple.
[read-only]
ItemsIUIDynamicItem[]. The dynamic items on which this UIGravityBehavior operates. Read-only.
Magnitudenfloat. The magnitude of the gravity vector.

Public Methods

AddItem(IUIDynamicItem)
Adds an item to this UIGravityBehavior's Items.
RemoveItem(IUIDynamicItem)
Removes an item from this UIGravityBehavior's Items.
SetAngleAndMagnitude(nfloat, nfloat)
Sets both the angle and magnitude of the gravity vector of this UIGravityBehavior.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIGravityBehavior object.