---
title: automatic
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/scrolledgeeffectstyle/automatic
---

# automatic

A scroll edge effect the system applies automatically when pinned content overlaps scrolling content.

## Declaration

```swift
static var automatic: ScrollEdgeEffectStyle { get }
```

## See Also

### Creating a scroll edge effect style

- [hard](swiftui/scrolledgeeffectstyle/hard.md)
- [soft](swiftui/scrolledgeeffectstyle/soft.md)
