---
title: "cutoutPath"
description: "The path for the cutout, if any."
type: "property"
---

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


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

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


```kotlin
expect val WindowInsets.Companion.cutoutPath: Path?
```


The path for the cutout, if any.



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


```kotlin
actual val WindowInsets.Companion.cutoutPath: Path?
```


The path for the cutout, if any

See `DisplayCutoutCompat.getCutoutPath`



