---
title: paragraphSpacing
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nsmutableparagraphstyle/paragraphspacing
---

# paragraphSpacing

The space after the end of the paragraph.

## Declaration

```swift
var paragraphSpacing: CGFloat { get set }
```

## Discussion

Discussion This property contains the space (measured in points) added at the end of the paragraph to separate it from the following paragraph. This value must be nonnegative. The space between paragraphs is determined by adding the previous paragraph’s paragraphSpacing and the current paragraph’s paragraphSpacingBefore.

## See Also

### Setting style information

- [setParagraphStyle(_:)](uikit/nsmutableparagraphstyle/setparagraphstyle(_:).md)
- [alignment](uikit/nsmutableparagraphstyle/alignment.md)
- [firstLineHeadIndent](uikit/nsmutableparagraphstyle/firstlineheadindent.md)
- [headIndent](uikit/nsmutableparagraphstyle/headindent.md)
- [tailIndent](uikit/nsmutableparagraphstyle/tailindent.md)
- [lineHeightMultiple](uikit/nsmutableparagraphstyle/lineheightmultiple.md)
- [maximumLineHeight](uikit/nsmutableparagraphstyle/maximumlineheight.md)
- [minimumLineHeight](uikit/nsmutableparagraphstyle/minimumlineheight.md)
- [lineSpacing](uikit/nsmutableparagraphstyle/linespacing.md)
- [paragraphSpacingBefore](uikit/nsmutableparagraphstyle/paragraphspacingbefore.md)
- [baseWritingDirection](uikit/nsmutableparagraphstyle/basewritingdirection.md)
