<h2 id="height-height">height</h2>

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

```kotlin
public fun RemoteModifier.height(height: RemoteDp): RemoteModifier
```

Sets the height of the content using [RemoteDp](/jetpack-compose/androidx.compose.remote/remote-creation-compose/classes/RemoteDp).

<hr class="docs-overload-divider">

<h2 id="height-height-2">height</h2>

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

```kotlin
public fun RemoteModifier.height(height: RemoteFloat): RemoteModifier
```

Sets the height of the content using [RemoteFloat](/jetpack-compose/androidx.compose.remote/remote-creation-compose/classes/RemoteFloat).