---
title: isOnScreen
framework: screencapturekit
role: symbol
role_heading: Instance Property
path: screencapturekit/scwindow/isonscreen
---

# isOnScreen

A Boolean value that indicates whether the window is on screen.

## Declaration

```swift
var isOnScreen: Bool { get }
```

## Discussion

Discussion This value represents the macOS window server’s onscreen status of the window.

## See Also

### Determining visibility

- [isActive](screencapturekit/scwindow/isactive.md)
