Contents

contentBorderThickness(for:)

Indicates the thickness of a given border of the window.

Declaration

func contentBorderThickness(for edge: NSRectEdge) -> CGFloat

Parameters

  • edge:

    The border whose thickness to get:

    • NSMaxYEdge: Top border.

    • NSMinYEdge: Bottom border.

Return Value

Thickness of the given border, in points.

See Also

Configuring the Window’s Appearance