UIKit.UIDynamicBehavior Members

The members of UIKit.UIDynamicBehavior are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.

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

ActionAction. The NSAction that executes during dynamic animation.
[read-only]
ChildBehaviorsUIDynamicBehavior[]. The children UIDynamicBehaviors of this UIDynamicBehavior. Read-only.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
DynamicAnimatorUIDynamicAnimator. The UIDynamicAnimator associated with this UIDynamicBehavior. Read-only.

Public Methods

AddChildBehavior(UIDynamicBehavior)
Adds a UIDynamicBehavior to this UIDynamicBehavior's ChildBehaviors.
RemoveChildBehavior(UIDynamicBehavior)
Removes a UIDynamicBehavior from this UIDynamicBehavior's ChildBehaviors.
WillMoveToAnimator(UIDynamicAnimator)
Indicates that this UIDynamicBehavior has been added or removed from a UIDynamicAnimator.

Protected Methods

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