---
title: minimumLineHeight
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsmutableparagraphstyle/minimumlineheight
---

# minimumLineHeight

The paragraph’s minimum line height.

## Declaration

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

## Discussion

Discussion This property contains the minimum height in points that any line in the receiver will occupy, regardless of the font size or size of any attached graphic. This value must be nonnegative.

## See Also

### Setting style information

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