---
title: lineHeightMultiple
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsparagraphstyle/lineheightmultiple
---

# lineHeightMultiple

The line height multiple.

## Declaration

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

## Discussion

Discussion The framework multiplies the natural line height of the receiver by this factor (if positive), and constrains the resulting value by the minimum and maximum line height. The default value of this property is 0.0.

## 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)
- [maximumLineHeight](appkit/nsparagraphstyle/maximumlineheight.md)
- [minimumLineHeight](appkit/nsparagraphstyle/minimumlineheight.md)
- [lineSpacing](appkit/nsparagraphstyle/linespacing.md)
- [paragraphSpacing](appkit/nsparagraphstyle/paragraphspacing.md)
- [paragraphSpacingBefore](appkit/nsparagraphstyle/paragraphspacingbefore.md)
