---
title: tailIndent
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nsparagraphstyle/tailindent
---

# tailIndent

The trailing indentation of the paragraph.

## Declaration

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

## Discussion

Discussion If positive, this value is the distance from the leading margin (for example, the left margin in left-to-right text). If 0 or negative, it’s the distance from the trailing margin. For example, a paragraph style designed to fit exactly in a two-inch wide container has a head indent of 0.0 and a tail indent of 0.0. One designed to fit with a quarter-inch margin has a head indent of 0.25 and a tail indent of –0.25.

## See Also

### Accessing style information

- [alignment](uikit/nsparagraphstyle/alignment.md)
- [NSTextAlignment](uikit/nstextalignment.md)
- [firstLineHeadIndent](uikit/nsparagraphstyle/firstlineheadindent.md)
- [headIndent](uikit/nsparagraphstyle/headindent.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)
