The color of the window’s background.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
@property(copy) NSColor *backgroundColor;
The color of the window’s background.
SDK
Framework
@property(copy) NSColor *backgroundColor;
- toggle Full Screen:
Takes the window into or out of fullscreen mode,
works When Modal
A Boolean value that indicates whether the window is able to receive keyboard and mouse events even when some other window is being run modally.
alpha Value
The window’s alpha value.
color Space
The window’s color space.
content View
The window’s content view, the highest accessible NSView
object in the window’s view hierarchy.
content View Controller
The main content view controller for the window.
on Active Space
A Boolean value that indicates whether the window is on the currently active space.
hides On Deactivate
A Boolean value that indicates whether the window is removed from the screen when its application becomes inactive.
collection Behavior
A value that identifies the window’s behavior in window collections.
opaque
A Boolean value that indicates whether the window is opaque.
has Shadow
A Boolean value that indicates whether the window has a shadow.
- invalidate Shadow
Invalidates the window shadow so that it is recomputed based on the current window shape.
- autorecalculates Content Border Thickness For Edge:
Indicates whether the window calculates the thickness of a given border automatically.
- set Autorecalculates Content Border Thickness: for Edge:
Specifies whether the window calculates the thickness of a given border automatically.
- content Border Thickness For Edge:
Indicates the thickness of a given border of the window.
- set Content Border Thickness: for Edge:
Specifies the thickness of a given border of the window.
delegate
The window’s delegate.
prevents Application Termination When Modal
A Boolean value that indicates whether the window prevents application termination when modal.