---
title: height
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/proposedviewsize/height
---

# height

The proposed vertical size measured in points.

## Declaration

```swift
var height: CGFloat?
```

## Discussion

Discussion A value of nil represents an unspecified height proposal, which a view interprets to mean that it should use its ideal height.

## See Also

### Getting the proposal’s dimensions

- [width](swiftui/proposedviewsize/width.md)
