---
title: headIndent
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nsmutableparagraphstyle/headindent
---

# headIndent

The indentation of the paragraph’s lines other than the first.

## Declaration

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

## Discussion

Discussion This property contains the distance (in points) from the leading margin of a text container to the beginning of lines other than the first. This value is always nonnegative.

## See Also

### Setting style information

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