共用方式為


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

表示衝突界限是矩形。

適用於