---
title: isDisplayedWhenStopped
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsprogressindicator/isdisplayedwhenstopped
---

# isDisplayedWhenStopped

A Boolean that indicates whether the progress indicator hides itself when it isn’t animating.

## Declaration

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

## Discussion

Discussion When the value of this property is false, the progress indicator is hidden when it isn’t animating. The default value of this property is true.

## See Also

### Setting the appearance

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