<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIPageControl/BackgroundStyle-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIPageControlBackgroundStyle"
  },
  "title" : "UIPageControl.BackgroundStyle"
}
-->

# UIPageControl.BackgroundStyle

Constants that define the background styles of the page control.

```
enum BackgroundStyle
```

## Topics

### Constants

[`case automatic`](/documentation/UIKit/UIPageControl/BackgroundStyle-swift.enum/automatic)

The default background style, which adapts in response to changes in the page control’s interaction state.

[`case prominent`](/documentation/UIKit/UIPageControl/BackgroundStyle-swift.enum/prominent)

The background style that shows a full background regardless of the interaction.

[`case minimal`](/documentation/UIKit/UIPageControl/BackgroundStyle-swift.enum/minimal)

The background style that shows a minimal background regardless of the interaction.

### Initializers

[`init?(rawValue: Int)`](/documentation/UIKit/UIPageControl/BackgroundStyle-swift.enum/init(rawValue:))

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)