Contents

bezelStyle

The text field’s bezel style, square or rounded.

Declaration

var bezelStyle: NSTextField.BezelStyle { get set }

Discussion

To enable a bezel for a text field, set isBezeled to true, then set the bezel style. See NSTextField.BezelStyle for available bezel styles.

See Also

Controlling the Background