---
title: layerRightEdge
framework: quartzcore
role: symbol
role_heading: Type Property
path: quartzcore/caedgeantialiasingmask/layerrightedge
---

# layerRightEdge

## Declaration

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

## Discussion

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

## See Also

### Constants

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