---
title: contentMinSize
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/windowresizability/contentminsize
---

# contentMinSize

A window resizability that’s partially derived from the window’s content.

## Declaration

```swift
static var contentMinSize: WindowResizability { get set }
```

## Discussion

Discussion Windows that use this resizability have: A minimum size that matches the minimum size of the window’s content. No maximum size.

## See Also

### Getting the resizability

- [automatic](swiftui/windowresizability/automatic.md)
- [contentSize](swiftui/windowresizability/contentsize.md)
