---
title: automatic
framework: storekit
role: symbol
role_heading: Type Property
path: storekit/subscriptionstorecontrolstyle/automatic
---

# automatic

A subscription store control style that resolves its appearance automatically, based on the current context.

## Declaration

```swift
@MainActor @preconcurrency static var automatic: AutomaticSubscriptionStoreControlStyle { get }
```

## Discussion

Discussion You can also use subscriptionStoreControlStyle(_:) with automatic as the parameter to construct this style.

## See Also

### Getting built-in subscription store control styles

- [buttons](storekit/subscriptionstorecontrolstyle/buttons.md)
- [picker](storekit/subscriptionstorecontrolstyle/picker.md)
- [prominentPicker](storekit/subscriptionstorecontrolstyle/prominentpicker.md)
- [pagedPicker](storekit/subscriptionstorecontrolstyle/pagedpicker.md)
- [pagedProminentPicker](storekit/subscriptionstorecontrolstyle/pagedprominentpicker.md)
- [compactPicker](storekit/subscriptionstorecontrolstyle/compactpicker.md)
