---
title: "page(backgroundDisplayMode:)"
framework: swiftui
role: symbol
role_heading: Type Method
path: "swiftui/indexviewstyle/page(backgrounddisplaymode:)"
---

# page(backgroundDisplayMode:)

An index view style that places a page index view over its content.

## Declaration

```swift
static func page(backgroundDisplayMode: PageIndexViewStyle.BackgroundDisplayMode) -> PageIndexViewStyle
```

## Parameters

- `backgroundDisplayMode`: The display mode of the background of any page index views receiving this style

## See Also

### Getting built-in index view styles

- [page](swiftui/indexviewstyle/page.md)
