---
title: paragraphSpacing
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsparagraphstyle/paragraphspacing
---

# paragraphSpacing

Distance between the bottom of this paragraph and top of next.

## Declaration

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

## Discussion

Discussion This property contains the space (measured in points) between paragraphs. This value is always nonnegative. The framework determines the space between paragraphs by adding the previous paragraph’s paragraphSpacing and the current paragraph’s paragraphSpacingBefore.

## See Also

### Accessing style information

- [alignment](appkit/nsparagraphstyle/alignment.md)
- [NSTextAlignment](appkit/nstextalignment.md)
- [firstLineHeadIndent](appkit/nsparagraphstyle/firstlineheadindent.md)
- [headIndent](appkit/nsparagraphstyle/headindent.md)
- [tailIndent](appkit/nsparagraphstyle/tailindent.md)
- [lineHeightMultiple](appkit/nsparagraphstyle/lineheightmultiple.md)
- [maximumLineHeight](appkit/nsparagraphstyle/maximumlineheight.md)
- [minimumLineHeight](appkit/nsparagraphstyle/minimumlineheight.md)
- [lineSpacing](appkit/nsparagraphstyle/linespacing.md)
- [paragraphSpacingBefore](appkit/nsparagraphstyle/paragraphspacingbefore.md)
