---
title: visible
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/windowtoolbarfullscreenvisibility/visible
---

# visible

Prefer to show window toolbar when the window is in full screen mode.

## Declaration

```swift
static let visible: WindowToolbarFullScreenVisibility
```

## Discussion

Discussion This has no effect if the toolbar is completely hidden, i.e. setting the visibility to hidden for windowToolbar placements using toolbarVisibility(_:for:) will cause the toolbar to remain completely hidden, even in full screen.
