---
title: extendsBoundary
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nscollectionlayoutboundarysupplementaryitem/extendsboundary
---

# extendsBoundary

A Boolean value that indicates whether a boundary supplementary item extends the content area of the section or layout it’s attached to.

## Declaration

```swift
var extendsBoundary: Bool { get set }
```

## Discussion

Discussion The default value of this property is true.

## See Also

### Specifying position

- [offset](uikit/nscollectionlayoutboundarysupplementaryitem/offset.md)
- [alignment](uikit/nscollectionlayoutboundarysupplementaryitem/alignment.md)
