---
title: isGeometryFlipped
framework: quartzcore
role: symbol
role_heading: Instance Property
path: quartzcore/calayer/isgeometryflipped
---

# isGeometryFlipped

A Boolean that indicates whether the geometry of the layer and its sublayers is flipped vertically.

## Declaration

```swift
var isGeometryFlipped: Bool { get set }
```

## Discussion

Discussion If the layer is providing the backing for a layer-backed view, the view is responsible for managing the value in this property. For standalone layers, this property controls whether geometry values for the layer are interpreted using the standard or flipped coordinate system. The value of this property does not affect the rendering of the layer’s content. The default value of this property is false.

## See Also

### Configuring the layer’s rendering behavior

- [isOpaque](quartzcore/calayer/isopaque.md)
- [edgeAntialiasingMask](quartzcore/calayer/edgeantialiasingmask.md)
- [contentsAreFlipped()](quartzcore/calayer/contentsareflipped().md)
- [drawsAsynchronously](quartzcore/calayer/drawsasynchronously.md)
- [shouldRasterize](quartzcore/calayer/shouldrasterize.md)
- [rasterizationScale](quartzcore/calayer/rasterizationscale.md)
- [contentsFormat](quartzcore/calayer/contentsformat.md)
- [render(in:)](quartzcore/calayer/render(in:).md)
