---
title: shadowAbove
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/graphicscontext/shadowoptions/shadowabove
---

# shadowAbove

An option that causes the filter to draw the shadow above the object, rather than below it.

## Declaration

```swift
static var shadowAbove: GraphicsContext.ShadowOptions { get }
```

## See Also

### Getting shadow options

- [disablesGroup](swiftui/graphicscontext/shadowoptions/disablesgroup.md)
- [invertsAlpha](swiftui/graphicscontext/shadowoptions/invertsalpha.md)
- [shadowOnly](swiftui/graphicscontext/shadowoptions/shadowonly.md)
