Contents

preferredBackingLocation

A Boolean value that indicates the preferred location for the window’s backing store.

Declaration

var preferredBackingLocation: NSWindow.BackingLocation { get set }

Discussion

See NSWindow.BackingLocation for possible values. It’s recommended that you set this property only when optimizing for performance.

See Also

Properties