---
title: layerLeftEdge
framework: quartzcore
role: symbol
role_heading: Type Property
path: quartzcore/caedgeantialiasingmask/layerleftedge
---

# layerLeftEdge

## Declaration

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

## Discussion

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

## See Also

### Constants

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