isBordered
A Boolean value that determines whether the button has a border.
Declaration
var isBordered: Bool { get set }Discussion
The value of this property is true if the button has a border, false otherwise. A button’s border isn’t the single line of most other controls’ borders—instead, it’s a raised bezel. By default, buttons are bordered. If the bordered state of a button changes, it gets redrawn.