---
title: "DrawStyleScope"
description: "An interface that introduces the drawing property to a Style receiver scope."
type: "interface"
lastmod: "2026-05-20T01:13:53.364536Z"
---
## API Reference

> Source set: Common

```kotlin
@ExperimentalFoundationStyleApi
interface DrawStyleScope : BorderScope, BackgroundScope, ForegroundScope, ShapeScope, ShadowScope
```

An interface that introduces the drawing property to a [Style](/jetpack-compose/androidx.compose.foundation/foundation/interfaces/Style) receiver scope.
