---
title: Image.ResizingMode.stretch
framework: swiftui
role: symbol
role_heading: Case
path: swiftui/image/resizingmode/stretch
---

# Image.ResizingMode.stretch

A mode to enlarge or reduce the size of an image so that it fills the available space.

## Declaration

```swift
case stretch
```

## See Also

### Getting resizing modes

- [Image.ResizingMode.tile](swiftui/image/resizingmode/tile.md)
