The members of UIKit.UIDynamicItemBehavior are listed below.
See Also: Inherited members from UIKit.UIDynamicBehavior
| Default constructor, initializes a new instance of this class. | ||
UIDynamicItemBehavior(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. |
| AllowsRotation | bool. Whether rotation is allower for the behavior's dynamic items. | |
| AngularResistance | nfloat. The angular resistance for the behavior's dynamic items. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Density | nfloat. The relative mass density of the behavior's dynamic items. | |
| Elasticity | nfloat. The elasticity applied to collisions between the behavior's dynamic items. | |
| Friction | nfloat. The linear resistance of the UIKit.IUIDynamicItem when rubbing against another. | |
| [read-only] | Items | IUIDynamicItem[]. The dynamic items associated with this UIDynamicItemBehavior. Read-only. |
| Resistance | nfloat. The linear resistance of the UIKit.IUIDynamicItem to movement across the background. |
AddAngularVelocityForItem(IUIDynamicItem, nfloat)Increases the angular velocity of a dynamic item. | ||
AddItem(IUIDynamicItem)Adds the specified dynamic item to this UIDynamicItemBehavior's Items. | ||
AddLinearVelocityForItem(IUIDynamicItem, CoreGraphics.CGPoint)Increases the linear velocity of a dynamic item. | ||
GetAngularVelocityForItem(IUIDynamicItem)The angular velocity of the given dynamic item. | ||
GetLinearVelocityForItem(IUIDynamicItem)The linear velocity of the given dynamic item. | ||
RemoveItem(IUIDynamicItem)Removes the specified item from this UIDynamicItemBehavior's Items. | ||