---
title: isOpaque
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsformcell/isopaque
---

# isOpaque

A Boolean value indicating whether the title is empty and an opaque bezel is set.

## Declaration

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

## Discussion

Discussion The value of this property is true if the cell is completely opaque or false if it contains some transparency.
