contentBorderThickness(for:)
Indicates the thickness of a given border of the window.
Declaration
func contentBorderThickness(for edge: NSRectEdge) -> CGFloatParameters
- edge:
The border whose thickness to get:
NSMaxYEdge: Top border.NSMinYEdge: Bottom border.
Return Value
Thickness of the given border, in points.