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

# NSView.BackgroundStyle.raised

A style that makes the background appear higher than the content drawn on it.

## Declaration

```swift
case raised
```

## Discussion

Discussion You might need to inset the cell’s content to achieve this effect.

## See Also

### Getting the Background Styles

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