UIKit.UIDynamicItemBehavior Members

The members of UIKit.UIDynamicItemBehavior 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

AllowsRotationbool. Whether rotation is allower for the behavior's dynamic items.
AngularResistancenfloat. The angular resistance for the behavior's dynamic items.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
Densitynfloat. The relative mass density of the behavior's dynamic items.
Elasticitynfloat. The elasticity applied to collisions between the behavior's dynamic items.
Frictionnfloat. The linear resistance of the UIKit.IUIDynamicItem when rubbing against another.
[read-only]
ItemsIUIDynamicItem[]. The dynamic items associated with this UIDynamicItemBehavior. Read-only.
Resistancenfloat. The linear resistance of the UIKit.IUIDynamicItem to movement across the background.

Public Methods

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) : nfloat
The angular velocity of the given dynamic item.
GetLinearVelocityForItem(IUIDynamicItem) : CoreGraphics.CGPoint
The linear velocity of the given dynamic item.
RemoveItem(IUIDynamicItem)
Removes the specified item from this UIDynamicItemBehavior's Items.

Protected Methods

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