---
title: "drawBehind"
description: "Draw into a [Canvas] behind the modified content."
type: "modifier"
---

<div class='type'>Compose Modifier</div>

<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
fun Modifier.drawBehind(onDraw: DrawScope.() -> Unit) = this then DrawBehindElement(onDraw)
```


Draw into a `Canvas` behind the modified content.



