---
title: bottomMargin
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/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](uikit/nstextlayoutfragment/leadingpadding.md)
- [topMargin](uikit/nstextlayoutfragment/topmargin.md)
- [trailingPadding](uikit/nstextlayoutfragment/trailingpadding.md)
