---
title: ignoreShadowsSingleWindow
framework: screencapturekit
role: symbol
role_heading: Instance Property
path: screencapturekit/scstreamconfiguration/ignoreshadowssinglewindow
---

# ignoreShadowsSingleWindow

A Boolean value that indicates if the stream ignores the capturing of window shadows when streaming in window style.

## Declaration

```swift
var ignoreShadowsSingleWindow: Bool { get set }
```

## See Also

### Configuring captured elements

- [showsCursor](screencapturekit/scstreamconfiguration/showscursor.md)
- [shouldBeOpaque](screencapturekit/scstreamconfiguration/shouldbeopaque.md)
- [capturesShadowsOnly](screencapturekit/scstreamconfiguration/capturesshadowsonly.md)
- [ignoreShadowsDisplay](screencapturekit/scstreamconfiguration/ignoreshadowsdisplay.md)
- [ignoreGlobalClipDisplay](screencapturekit/scstreamconfiguration/ignoreglobalclipdisplay.md)
- [ignoreGlobalClipSingleWindow](screencapturekit/scstreamconfiguration/ignoreglobalclipsinglewindow.md)
