---
title: "bottom"
description: "Returns the y-coordinate for the bottom of the node we're interacting with, in the node's local
coordinate system, where (0, 0) is the top left corner of the node. Note that, unless `height ==
0`, `bottom != height`. In particular, `bottom == height - 1f`, because pixels are 0-based. If
`height == 0`, `bottom == 0` too."
type: "property"
---

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


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

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


> **Deprecated** Replaced by TouchInjectionScope. Use `performTouchInput` instead of `performGesture`

```kotlin
inline val GestureScope.bottom: Float
```


Returns the y-coordinate for the bottom of the node we're interacting with, in the node's local
coordinate system, where (0, 0) is the top left corner of the node. Note that, unless `height ==
0`, `bottom != height`. In particular, `bottom == height - 1f`, because pixels are 0-based. If
`height == 0`, `bottom == 0` too.



