---
title: attachedBehaviorType
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiattachmentbehavior/attachedbehaviortype
---

# attachedBehaviorType

The type of the attachment behavior.

## Declaration

```swift
var attachedBehaviorType: UIAttachmentBehavior.AttachmentType { get }
```

## Discussion

Discussion The available types for attachment behaviors are described in the UIAttachmentBehavior.AttachmentType enum.

## See Also

### Configuring an attachment behavior

- [anchorPoint](uikit/uiattachmentbehavior/anchorpoint.md)
- [damping](uikit/uiattachmentbehavior/damping.md)
- [frequency](uikit/uiattachmentbehavior/frequency.md)
- [length](uikit/uiattachmentbehavior/length.md)
- [frictionTorque](uikit/uiattachmentbehavior/frictiontorque.md)
- [attachmentRange](uikit/uiattachmentbehavior/attachmentrange.md)
