The methods of UIKit.UIDynamicItemBehavior are listed below. For a list of all members, see the UIDynamicItemBehavior Members list.
See Also: Inherited members from UIKit.UIDynamicBehavior
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. | ||