isBezeled
A Boolean value that controls whether the text field draws a bezeled background around its contents.
Declaration
var isBezeled: Bool { get set }Discussion
If true, the text field draws a bezel and sets drawsBackground to false; if false, it doesn’t draw a bezeled background.