---
title: layoutFragmentFrame
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextlayoutfragment/layoutfragmentframe
---

# layoutFragmentFrame

The rectangle the framework uses for tiling the layout fragment inside the target layout coordinate system.

## Declaration

```swift
var layoutFragmentFrame: CGRect { get }
```

## See Also

### Drawing the fragment and attachments

- [renderingSurfaceBounds](appkit/nstextlayoutfragment/renderingsurfacebounds.md)
- [draw(at:in:)](appkit/nstextlayoutfragment/draw(at:in:).md)
- [invalidateLayout()](appkit/nstextlayoutfragment/invalidatelayout().md)
- [textAttachmentViewProviders](appkit/nstextlayoutfragment/textattachmentviewproviders.md)
- [frameForTextAttachment(at:)](appkit/nstextlayoutfragment/framefortextattachment(at:).md)
