---
title: VerticalEdge
framework: swiftui
role: symbol
role_heading: Enumeration
path: swiftui/verticaledge
---

# VerticalEdge

An edge on the vertical axis.

## Declaration

```swift
@frozen enum VerticalEdge
```

## Topics

### Getting the edges

- [VerticalEdge.top](swiftui/verticaledge/top.md)
- [VerticalEdge.bottom](swiftui/verticaledge/bottom.md)

### Accessing sets of edges

- [VerticalEdge.Set](swiftui/verticaledge/set.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [CaseIterable](swift/caseiterable.md)
- [Copyable](swift/copyable.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Accessing edges, regions, and layouts

- [Edge](swiftui/edge.md)
- [Edge3D](swiftui/edge3d.md)
- [HorizontalEdge](swiftui/horizontaledge.md)
- [EdgeInsets](swiftui/edgeinsets.md)
- [EdgeInsets3D](swiftui/edgeinsets3d.md)
