The members of UIKit.UICollisionBehavior are listed below.
See Also: Inherited members from UIKit.UIDynamicBehavior
| Default constructor, initializes a new instance of this class. | ||
UICollisionBehavior(params IUIDynamicItem[]) | Documentation for this section has not yet been entered. |
| 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. |
| [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. |
AddBoundary(Foundation.NSObject, UIBezierPath)Creates a boundary defined by an approximation of the bezierPath. | ||
AddBoundary(Foundation.NSObject, CoreGraphics.CGPoint, CoreGraphics.CGPoint)Creates a boundary defined by the provided end points. | ||
AddItem(IUIDynamicItem)Adds a dynamic item to this UICollisionBehavior's Items. | ||
GetBoundary(Foundation.NSObject)Retrieves a boundary Bezier path. | ||
RemoveAllBoundaries()Removes all collision boundaries from the UICollisionBehavior. | ||
RemoveBoundary(Foundation.NSObject)Removes a specific collision boundary from the collision behavior. | ||
RemoveItem(IUIDynamicItem)Removes the specified dynamic item from this UICollisionBehavior's Items. | ||
SetTranslatesReferenceBoundsIntoBoundaryWithInsets(UIEdgeInsets)Creates a set of boundaries inset from the bounds of the reference view of the UIKit.UIDynamicAnimator. | ||
| BeganBoundaryContact | Event raised by the object. | |
| BeganContact | Event raised by the object. | |
| EndedBoundaryContact | Event raised by the object. | |
| EndedContact | Event raised by the object. |