---
title: "captionBar"
description: "An insets type representing the window of a caption bar."
type: "property"
---

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


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

<div class='sourceset sourceset-common'>Common</div>


```kotlin
expect val WindowInsets.Companion.captionBar: WindowInsets
```


An insets type representing the window of a caption bar.



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


```kotlin
actual val WindowInsets.Companion.captionBar: WindowInsets
```


For the `WindowInsetsCompat.Type.captionBar`.



