UIDynamicItemCollisionBoundsType 枚举

定义

枚举动态项的冲突边界几何图形的说明。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIDynamicItemCollisionBoundsType
type UIDynamicItemCollisionBoundsType = 
继承
UIDynamicItemCollisionBoundsType
属性

字段

Ellipse 1

指示碰撞边界为椭圆。

Path 2

指示冲突边界是封闭路径。

Rectangle 0

指示碰撞边界为矩形。

适用于