Contents

autorecalculatesContentBorderThickness(for:)

Indicates whether the window calculates the thickness of a given border automatically.

Declaration

func autorecalculatesContentBorderThickness(for edge: NSRectEdge) -> Bool

Parameters

  • 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.

See Also

Configuring the Window’s Appearance