---
title: uiOffsetValue
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsvalue/uioffsetvalue
---

# uiOffsetValue

Returns the UIKit offset structure representation of the value.

## Declaration

```swift
var uiOffsetValue: UIOffset { get }
```

## Return Value

Return Value The UIKit offset structure representation of the value.

## See Also

### Related Documentation

- [UIOffset](uikit/uioffset.md)

### Working with UIKit Geometry Values

- [init(UIEdgeInsets:)](foundation/nsvalue/init(uiedgeinsets:).md)
- [init(UIOffset:)](foundation/nsvalue/init(uioffset:).md)
- [uiEdgeInsetsValue](foundation/nsvalue/uiedgeinsetsvalue.md)
