UICollisionBehavior.CollisionMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the Items should collide with boundaries, each other, or both.
public virtual UIKit.UICollisionBehaviorMode CollisionMode { [Foundation.Export("collisionMode")] get; [Foundation.Export("setCollisionMode:")] set; }
member this.CollisionMode : UIKit.UICollisionBehaviorMode with get, set
Property Value
The default value is Everything.
- Attributes