共用方式為


UIAttachmentBehaviorType 列舉

定義

列舉,其值會指定 UIAttachmentBehavior 是否錨定到固定點或 IUIDynamicItem 指向 。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIAttachmentBehaviorType
type UIAttachmentBehaviorType = 
繼承
UIAttachmentBehaviorType
屬性

欄位

Anchor 1

將動態專案連接到錨點。

Items 0

附加兩個動態專案。

適用於