---
title: uiEdgeInsetsValue
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsvalue/uiedgeinsetsvalue
---

# uiEdgeInsetsValue

Returns the UIKit edge insets structure representation of the value.

## Declaration

```swift
var uiEdgeInsetsValue: UIEdgeInsets { get }
```

## Return Value

Return Value The UIKit edge insets structure representation of the value.

## See Also

### Related Documentation

- [UIEdgeInsets](uikit/uiedgeinsets.md)

### Working with UIKit Geometry Values

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