---
title: isFlipped
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsgraphicscontext/isflipped
---

# isFlipped

A Boolean value that indicates the graphics context’s flipped state.

## Declaration

```swift
var isFlipped: Bool { get }
```

## Discussion

Discussion The state is determined by sending flipped to the receiver’s view that has focus. If no view has focus, returns false unless the receiver is instantiated using init(cgContext:flipped:) specifying true as the flipped parameter.

## See Also

### Related Documentation

- [init(cgContext:flipped:)](appkit/nsgraphicscontext/init(cgcontext:flipped:)-9cbad.md)

### Getting Information About the Context

- [attributes](appkit/nsgraphicscontext/attributes.md)
- [NSGraphicsContext.AttributeKey](appkit/nsgraphicscontext/attributekey.md)
- [NSGraphicsContext.RepresentationFormatName](appkit/nsgraphicscontext/representationformatname.md)
