The members of UIKit.UIAttachmentBehavior are listed below.
See Also: Inherited members from UIKit.UIDynamicBehavior
| 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. | 
| 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. | 
| AnchorPoint | CoreGraphics.CGPoint. The anchor point for an attached UIAttachmentBehaviorTypeAnchor. | |
| [read-only] | AttachedBehaviorType | UIAttachmentBehaviorType. The type of the attachment behavior. Read-only. | 
| [read-only] override  | ClassHandle | IntPtr. The handle for this class. | 
| Damping | nfloat. Amount of damping for application to the attachment behavior. | |
| Frequency | nfloat. The oscillation frequency of the attachment behavior. | |
| [read-only] | Items | IUIDynamicItem[]. The IUIDynamicItems that are affected by this UIAttachmentBehavior. | 
| Length | nfloat. The distance, in points, between the two attachment points of the attachment behavior. |