Contents

backgroundColor

The view’s background color.

Declaration

var backgroundColor: UIColor { get set }
var backgroundColor: NSColor { get set }

Discussion

A view’s background is the area displayed to either side of a PDF document’s pages. The background also appears between pages when page breaks are enabled. The default color is a 50% gray.

See Also

Setting Background Color