---
title: backgroundImagePositionAdjustment
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uibarbuttonitemstateappearance/backgroundimagepositionadjustment
---

# backgroundImagePositionAdjustment

The distance, in points, by which to offset the background image horizontally and vertically.

## Declaration

```swift
var backgroundImagePositionAdjustment: UIOffset { get set }
```

## Discussion

Discussion Positive values move the image down and to the right. Negative values move the image up and to the left.

## See Also

### Configuring the background appearance

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