Background styles used with the background
and interior
properties.
SDK
- macOS 10.5+
Framework
- App
Kit
Declaration
enum BackgroundStyle : Int
Background styles used with the background
and interior
properties.
SDK
Framework
enum BackgroundStyle : Int
case raised
The background is intended to appear higher than the content drawn on it.
case lowered
The background is intended to appear lower than the content drawn on it.
var is Bezeled: Bool
A Boolean value indicating whether the cell has a bezeled border.
var is Bordered: Bool
A Boolean value indicating whether the cell draws itself outlined with a plain border.
var is Opaque: Bool
A Boolean value indicating whether the cell is completely opaque.
var background Style: NSView .Background Style
The cell’s background style.
var interior Background Style: NSView .Background Style
The cell’s interior background style.