---
title: bottomMargin
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextlayoutfragment/bottommargin
---

# bottomMargin

The amount of space reserved during paragraph layout between the bottom of the last line in the paragraph and the bottom of the text layout fragment.

## Declaration

```swift
var bottomMargin: CGFloat { get }
```

## See Also

### Defining margins and padding

- [leadingPadding](appkit/nstextlayoutfragment/leadingpadding.md)
- [topMargin](appkit/nstextlayoutfragment/topmargin.md)
- [trailingPadding](appkit/nstextlayoutfragment/trailingpadding.md)
