---
title: firstLineHeadIndent
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nsparagraphstyle/firstlineheadindent
---

# firstLineHeadIndent

The indentation of the first line of the paragraph.

## Declaration

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

## Discussion

Discussion This property contains the distance (in points) from the leading margin of a text container to the beginning of the paragraph’s first line. This value is always nonnegative.

## See Also

### Accessing style information

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