UIKit.UIAttachmentBehavior Members

The members of UIKit.UIAttachmentBehavior are listed below.

See Also: Inherited members from UIKit.UIDynamicBehavior

Public Constructors

Constructs an attachment behavior connecting a specific point in one dynamic item to an anchor point of a second dynamic item.
Constructs an attachment behavior connecting the center point of one dynamic item to the center point of a second dynamic item.
Constructs an attachment behavior connecting a specific point in one dynamic item to an anchor point of a second dynamic item.
Constructs an attachment behavior connecting a specific point in one dynamic item to a specific point in a second dynamic item.

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

AnchorPointCoreGraphics.CGPoint. The anchor point for an attached UIAttachmentBehaviorTypeAnchor.
[read-only]
AttachedBehaviorTypeUIAttachmentBehaviorType. The type of the attachment behavior. Read-only.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
Dampingnfloat. Amount of damping for application to the attachment behavior.
Frequencynfloat. The oscillation frequency of the attachment behavior.
[read-only]
ItemsIUIDynamicItem[]. The IUIDynamicItems that are affected by this UIAttachmentBehavior.
Lengthnfloat. The distance, in points, between the two attachment points of the attachment behavior.

Protected Methods

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