UIAttachmentBehaviorType Enum

Definition

An enumeration whose values specify whether a UIAttachmentBehavior is anchored to a fixed point or to an IUIDynamicItem.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIAttachmentBehaviorType
type UIAttachmentBehaviorType = 
Inheritance
UIAttachmentBehaviorType
Attributes

Fields

Anchor 1

Connects a dynamic item to an anchor point.

Items 0

Two dynamic items are attached.

Applies to