borderColor(for:)
Returns the border color of the specified text block edge.
Declaration
func borderColor(for edge: NSRectEdge) -> NSColor?Parameters
- edge:
The edge of the text block in question.
Return Value
The border color of the text block edge edge.