autorecalculatesContentBorderThickness(for:)
Indicates whether the window calculates the thickness of a given border automatically.
Declaration
func autorecalculatesContentBorderThickness(for edge: NSRectEdge) -> BoolParameters
- edge:
The border to check:
NSMaxYEdge: Top border.NSMinYEdge: Bottom border.
Return Value
true when the window auto-recalculates the given border’s thickness; otherwise, false.