Contents

interiorBackgroundStyle

Specifies how the subviews should draw.

Declaration

var interiorBackgroundStyle: NSView.BackgroundStyle { get }

Discussion

This value is dynamically computed based on the set of properties set for the NSTableRowView.

Subclassers can override this value when they draw differently based on the currently displayed properties.

This property can also be set to determine the color a subview should use. See NSView.BackgroundStyle for supported values.

See Also

Display Style