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

```kotlin
fun interface Vertical
```

An interface to calculate the vertical position of a menu with respect to its anchor and
window. The returned y-coordinate is relative to the window.

## Functions

<h2 id="position-anchorbounds-windowsize-menuheight">position</h2>

```kotlin
fun position(anchorBounds: IntRect, windowSize: IntSize, menuHeight: Int): Int
```