UIKit.UIPushBehavior: Method Members

The methods of UIKit.UIPushBehavior are listed below. For a list of all members, see the UIPushBehavior Members list.

See Also: Inherited members from UIKit.UIDynamicBehavior

Public Methods

AddItem(IUIDynamicItem)
Adds the specified dynamic item to this UIPushBehavior's Items.
GetTargetOffsetFromCenter(IUIDynamicItem) : UIOffset
The offset from the center of the dynamic item at which the force vector is applied.
RemoveItem(IUIDynamicItem)
Removes the specified dynamic item from this UIPushBehavior's Items.
SetAngleAndMagnitude(nfloat, nfloat)
Specifies the angle, in radians, and magnitude of the force vector for this UIPushBehavior.
SetTargetOffset(UIOffset, IUIDynamicItem)
Specifies an offset from the center of the dynamic item at which to apply the force vector.

Protected Methods

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