---
title: isBezeled
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsprogressindicator/isbezeled
---

# isBezeled

A Boolean that indicates whether the progress indicator’s frame has a three-dimensional bezel.

## Declaration

```swift
var isBezeled: Bool { get set }
```

## Discussion

Discussion When the value of this property is true, the progress indicator is bezeled.

## See Also

### Setting the appearance

- [controlSize](appkit/nsprogressindicator/controlsize.md)
- [controlTint](appkit/nsprogressindicator/controltint.md)
- [isIndeterminate](appkit/nsprogressindicator/isindeterminate.md)
- [style](appkit/nsprogressindicator/style-swift.property.md)
- [sizeToFit()](appkit/nsprogressindicator/sizetofit().md)
- [isDisplayedWhenStopped](appkit/nsprogressindicator/isdisplayedwhenstopped.md)
