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

> Source set: Common

```kotlin
@ExperimentalFoundationStyleApi
interface LayerStyleScope :
    AlphaScope,
    ScaleScope,
    TranslationScope,
    RotationScope,
    TransformOriginScope,
    ColorFilterScope,
    ClipScope,
    ZIndexScope
```

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