---
title: NSView.BackgroundStyle.normal
framework: appkit
role: symbol
role_heading: Case
path: appkit/nsview/backgroundstyle/normal
---

# NSView.BackgroundStyle.normal

A style that reflects the predominant color scheme of the view’s appearance.

## Declaration

```swift
case normal
```

## See Also

### Getting the Background Styles

- [NSView.BackgroundStyle.emphasized](appkit/nsview/backgroundstyle/emphasized.md)
- [NSView.BackgroundStyle.raised](appkit/nsview/backgroundstyle/raised.md)
- [NSView.BackgroundStyle.lowered](appkit/nsview/backgroundstyle/lowered.md)
