---
title: isVisible
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nswindow/isvisible
---

# isVisible

A Boolean value that indicates whether the window is visible onscreen (even when it’s obscured by other windows).

## Declaration

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

## Discussion

Discussion The value of this property is true when the window is onscreen (even if it’s obscured by other windows); otherwise, false.

## See Also

### Related Documentation

- [visibleRect](appkit/nsview/visiblerect.md)

### Managing Window Visibility and Occlusion State

- [occlusionState](appkit/nswindow/occlusionstate-swift.property.md)
