---
title: bezelStyle
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextfieldcell/bezelstyle
---

# bezelStyle

The bezel style to use when drawing the text field.

## Declaration

```swift
var bezelStyle: NSTextField.BezelStyle { get set }
```

## Discussion

Discussion To set the bezel style, you must have already set the the text field’s isBezeled method with an argument of true. For a list of bezel styles, see NSTextField.BezelStyle.

## See Also

### Setting the Bezel Style

- [NSTextField.BezelStyle](appkit/nstextfield/bezelstyle-swift.enum.md)
