---
title: minimumLineHeight
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nsparagraphstyle/minimumlineheight
---

# minimumLineHeight

The paragraph’s minimum line height.

## Declaration

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

## Discussion

Discussion This property contains the minimum height in points that any line in the receiver occupies, regardless of the font size or size of any attached graphic. This value is always nonnegative.

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