Instance Method
contentBorderThickness(for:)
Indicates the thickness of a given border of the window.
Parameters
edge
The border whose thickness to get:
Return Value
Thickness of the given border, in points.
See Also
Configuring Windows
var worksWhenModal: Bool
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.
var canHide: Bool
A Boolean value that indicates whether the window can be hidden when its application becomes hidden (during execution of the NSApplication
hide(_:)
method).
var hidesOnDeactivate: Bool
A Boolean value that indicates whether the window is removed from the screen when its application becomes inactive.