---
title: paragraphSpacingBefore
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nsparagraphstyle/paragraphspacingbefore
---

# paragraphSpacingBefore

The distance between the paragraph’s top and the beginning of its text content.

## Declaration

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

## Discussion

Discussion This property contains the space (measured in points) between the current and previous paragraphs. The default value of this property is 0.0.

## See Also

### Accessing style information

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