<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSButton/bezelStyle-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSButton(py)bezelStyle"
  },
  "title" : "bezelStyle"
}
-->

# bezelStyle

The appearance of the button’s border.

```
var bezelStyle: NSButton.BezelStyle { get set }
```

## Return Value

The bezel style of the button. See [`NSButton.BezelStyle`](/documentation/AppKit/NSButton/BezelStyle-swift.enum) in [`NSButtonCell`](/documentation/AppKit/NSButtonCell) for the list of possible values.

## Discussion

Note that if the button is not bordered, the bezel style is ignored.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)