The members of UIKit.UIGravityBehavior are listed below.
See Also: Inherited members from UIKit.UIDynamicBehavior
| Default constructor, initializes a new instance of this class. | ||
UIGravityBehavior(params IUIDynamicItem[]) | Documentation for this section has not yet been entered. |
| 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. |
| Angle | nfloat. The angle, in radians, of the gravity vector for this UIGravityBehavior. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| GravityDirection | CoreGraphics.CGVector. The direction of the gravity vector, as an (x,y) tuple. | |
| [read-only] | Items | IUIDynamicItem[]. The dynamic items on which this UIGravityBehavior operates. Read-only. |
| Magnitude | nfloat. The magnitude of the gravity vector. |
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. | ||