UIAttachmentBehaviorType 枚举

定义

一个枚举,其值指定是定位到固定点还是 UIAttachmentBehavior 定位到 IUIDynamicItem

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

字段

Anchor 1

将动态项连接到定位点。

Items 0

附加了两个动态项。

适用于