---
title: lineSpacing
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nsparagraphstyle/linespacing
---

# lineSpacing

The distance in points between the bottom of one line fragment and the top of the next.

## Declaration

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

## Discussion

Discussion This value is always nonnegative. The layout manager uses this value in the line fragment height.

## 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)
- [paragraphSpacing](uikit/nsparagraphstyle/paragraphspacing.md)
- [paragraphSpacingBefore](uikit/nsparagraphstyle/paragraphspacingbefore.md)
