<!--
{
  "availability" : [
    "macOS: 10.6.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "QuickLookUI",
  "identifier" : "/documentation/QuickLookUI/QLPreviewPanel/isInFullScreenMode",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Quick Look UI"
    ],
    "preciseIdentifier" : "c:objc(cs)QLPreviewPanel(py)inFullScreenMode"
  },
  "title" : "isInFullScreenMode"
}
-->

# isInFullScreenMode

The property that indicates whether the panel is in full screen mode.

```
var isInFullScreenMode: Bool { get }
```

## Discussion

The value is <doc://com.apple.documentation/documentation/Swift/true> if the panel is currently open and in full screen mode; otherwise it’s <doc://com.apple.documentation/documentation/Swift/false>.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)