---
title: disablesGroup
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/graphicscontext/shadowoptions/disablesgroup
---

# disablesGroup

An option that causes the filter to composite the object and its shadow separately in the current layer.

## Declaration

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

## See Also

### Getting shadow options

- [invertsAlpha](swiftui/graphicscontext/shadowoptions/invertsalpha.md)
- [shadowAbove](swiftui/graphicscontext/shadowoptions/shadowabove.md)
- [shadowOnly](swiftui/graphicscontext/shadowoptions/shadowonly.md)
