---
title: NSMaxYEdge
framework: foundation
role: symbol
role_heading: Enumeration Case
path: foundation/nsrectedge/nsmaxyedge
---

# NSMaxYEdge

The maximum Y edge.

## Declaration

```occ
NSMaxYEdge
```

## Discussion

Discussion This is equivalent to CGRectEdge.maxXEdge, and also to NSRectEdge.maxY.

## See Also

### Minimum and maximum values

- [NSRectEdge.maxX](foundation/nsrectedge/maxx.md)
- [NSMaxXEdge](foundation/nsrectedge/nsmaxxedge.md)
- [NSRectEdge.maxY](foundation/nsrectedge/maxy.md)
- [NSRectEdge.minX](foundation/nsrectedge/minx.md)
- [NSMinXEdge](foundation/nsrectedge/nsminxedge.md)
- [NSRectEdge.minY](foundation/nsrectedge/miny.md)
- [NSMinYEdge](foundation/nsrectedge/nsminyedge.md)
