---
title: levelIndicatorStyle
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nslevelindicatorcell/levelindicatorstyle
---

# levelIndicatorStyle

The style of the level indicator control.

## Declaration

```swift
var levelIndicatorStyle: NSLevelIndicator.Style { get set }
```

## Discussion

Discussion The style determines the default minimum and maximum values of the control. For a list of possible styles, see NSLevelIndicator.Style.

## See Also

### Configuring the Range of Values

- [minValue](appkit/nslevelindicatorcell/minvalue.md)
- [maxValue](appkit/nslevelindicatorcell/maxvalue.md)
- [warningValue](appkit/nslevelindicatorcell/warningvalue.md)
- [criticalValue](appkit/nslevelindicatorcell/criticalvalue.md)
