cornerRadius
The radius of the receiver’s corners when the receiver is a custom box with a simple line border.
Declaration
var cornerRadius: CGFloat { get set }Discussion
The receiver’s corner radius. It must be a custom box—that is, it has a type of NSBox.BoxType.custom—and it must have a border style of NSBorderType.lineBorder.
Special Considerations
Functional only when the receiver’s box type (boxType) is NSBoxCustom and its border type (borderType) is NSLineBorder.