<h2 id="vignette-vignetteposition-modifier">Vignette</h2>

<div class='sourceset sourceset-android'>Android</div>

```kotlin
@Composable
public fun Vignette(vignettePosition: VignettePosition, modifier: Modifier = Modifier)
```

#### Parameters

| | |
| --- | --- |
| vignettePosition | whether to draw top and/or bottom images for this [Vignette](/jetpack-compose/androidx.wear.compose/compose-material/components/Vignette) |
| modifier | optional Modifier for the root of the [Vignette](/jetpack-compose/androidx.wear.compose/compose-material/components/Vignette) |