---
title: layerBottomEdge
framework: quartzcore
role: symbol
role_heading: Type Property
path: quartzcore/caedgeantialiasingmask/layerbottomedge
---

# layerBottomEdge

## Declaration

```swift
static var layerBottomEdge: CAEdgeAntialiasingMask { get }
```

## Discussion

Discussion Specifies that the bottom edge of the receiver’s content should be antialiased.

## See Also

### Constants

- [init(rawValue:)](quartzcore/caedgeantialiasingmask/init(rawvalue:).md)
- [layerLeftEdge](quartzcore/caedgeantialiasingmask/layerleftedge.md)
- [layerRightEdge](quartzcore/caedgeantialiasingmask/layerrightedge.md)
- [layerTopEdge](quartzcore/caedgeantialiasingmask/layertopedge.md)
