---
title: "PagerLayoutInfo"
description: "Contains useful information about the currently displayed layout state of a [HorizontalPager] or
[VerticalPager]. This information is available after the first measure pass.

Use [PagerState.layoutInfo] to retrieve this"
type: "interface"
---

<div class='type'>Interface</div>


<a id='references'></a>

<div class='sourceset sourceset-android'>Android</div>



```kotlin
public sealed interface PagerLayoutInfo
```


Contains useful information about the currently displayed layout state of a `HorizontalPager` or
`VerticalPager`. This information is available after the first measure pass.

Use `PagerState.layoutInfo` to retrieve this



