The properties of UIKit.UICollisionBehavior are listed below. For a list of all members, see the UICollisionBehavior Members list.
See Also: Inherited members from UIKit.UIDynamicBehavior
| [read-only] | BoundaryIdentifiers | Foundation.NSObject[]. The boundary identifiers to which the collision behavior is associated. Read-only. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| CollisionDelegate | IUICollisionBehaviorDelegate. The delegate object that receives events relating to collisions. | |
| CollisionMode | UICollisionBehaviorMode. Whether the UICollisionBehavior.Items should collide with boundaries, each other, or both. | |
| [read-only] | Items | IUIDynamicItem[]. The dynamic items added to this UICollisionBehavior. |
| TranslatesReferenceBoundsIntoBoundary | bool. Creates a set of boundaries based on the bounds of the reference view of the UIKit.UIDynamicAnimator. | |
| WeakCollisionDelegate | Foundation.NSObject. The delegate object used to respond to collisions. |