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

# tailIndent

The trailing indentation of the paragraph.

## Declaration

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

## 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 2-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

### Setting style information

- [setParagraphStyle(_:)](uikit/nsmutableparagraphstyle/setparagraphstyle(_:).md)
- [alignment](uikit/nsmutableparagraphstyle/alignment.md)
- [firstLineHeadIndent](uikit/nsmutableparagraphstyle/firstlineheadindent.md)
- [headIndent](uikit/nsmutableparagraphstyle/headindent.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)
