---
title: "MenuAnchorPosition"
description: "Interface that determines the position of a menu relative to its anchor."
type: "interface"
lastmod: "2026-04-23T11:19:39.169821Z"
---
## API Reference

> Source set: Common

```kotlin
@ExperimentalMaterial3ExpressiveApi
sealed interface MenuAnchorPosition
```

Interface that determines the position of a menu relative to its anchor.

This allows selecting between standard positioning strategies (such as [Above](/jetpack-compose/androidx.compose.material3/material3/objects/MenuAnchorPosition.Above), [Below](/jetpack-compose/androidx.compose.material3/material3/objects/MenuAnchorPosition.Below), [Start](/jetpack-compose/androidx.compose.material3/material3/objects/MenuAnchorPosition.Start),
[End](/jetpack-compose/androidx.compose.material3/material3/objects/MenuAnchorPosition.End), [Left](/jetpack-compose/androidx.compose.material3/material3/objects/MenuAnchorPosition.Left), [Right](/jetpack-compose/androidx.compose.material3/material3/objects/MenuAnchorPosition.Right)) or providing a [Custom](/jetpack-compose/androidx.compose.material3/material3/classes/MenuAnchorPosition.Custom) implementation for complex positioning logic.
