---
title: NSMinYEdge
framework: foundation
role: symbol
role_heading: Enumeration Case
path: foundation/nsrectedge/nsminyedge
---

# NSMinYEdge

The minimum Y edge.

## Declaration

```occ
NSMinYEdge
```

## Discussion

Discussion This is equivalent to CGRectEdge.minYEdge, and also to NSRectEdge.minY.

## See Also

### Minimum and maximum values

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