---
title: scopeBarBackgroundImage
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uisearchbar/scopebarbackgroundimage
---

# scopeBarBackgroundImage

The background image for the scope bar.

## Declaration

```swift
var scopeBarBackgroundImage: UIImage? { get set }
```

## Discussion

Discussion Images that are 1 point wide or stretchable images are stretched, otherwise the image is tiled.

## See Also

### Related Documentation

- [backgroundImage](uikit/uisearchbar/backgroundimage.md)

### Customizing the scope bar appearance

- [scopeBarButtonBackgroundImage(for:)](uikit/uisearchbar/scopebarbuttonbackgroundimage(for:).md)
- [setScopeBarButtonBackgroundImage(_:for:)](uikit/uisearchbar/setscopebarbuttonbackgroundimage(_:for:).md)
- [scopeBarButtonDividerImage(forLeftSegmentState:rightSegmentState:)](uikit/uisearchbar/scopebarbuttondividerimage(forleftsegmentstate:rightsegmentstate:).md)
- [setScopeBarButtonDividerImage(_:forLeftSegmentState:rightSegmentState:)](uikit/uisearchbar/setscopebarbuttondividerimage(_:forleftsegmentstate:rightsegmentstate:).md)
- [scopeBarButtonTitleTextAttributes(for:)](uikit/uisearchbar/scopebarbuttontitletextattributes(for:).md)
- [setScopeBarButtonTitleTextAttributes(_:for:)](uikit/uisearchbar/setscopebarbuttontitletextattributes(_:for:).md)
