Contents

cellBackgroundColor

The background color of the matrix’s cells.

Declaration

@NSCopying var cellBackgroundColor: NSColor? { get set }

Discussion

The value of this property is the background color used to fill the space behind non-opaque cells. The default background color is the color returned by the NSColor method controlColor.

See Also

Modifying Graphics Attributes