---
title: indentationLevel
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nspresentationintent/indentationlevel
---

# indentationLevel

The indentation level of the intent.

## Declaration

```occ
@property (readonly) NSInteger indentationLevel;
```

## Discussion

Discussion The initial list has an indentation level of 0. Each time you nest a new list, the indentation level for new list increases by 1. All elements within the same list have the same indentation level.

## See Also

### Getting list information

- [ordinal](foundation/nspresentationintent/ordinal.md)
