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

# hard

A scroll edge effect that provides a linear, nearly opaque boundary between pinned controls and scrolling content.

## Declaration

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

## See Also

### Creating a scroll edge effect style

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