<!--
{
  "availability" : [
    "macCatalyst: -",
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreGraphics",
  "identifier" : "/documentation/CoreGraphics/CGWindowBackingType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Core Graphics"
    ],
    "preciseIdentifier" : "c:@E@CGWindowBackingType"
  },
  "title" : "CGWindowBackingType"
}
-->

# CGWindowBackingType

The data type used to specify the backing option for a given window.

```
enum CGWindowBackingType
```

## Overview

This type is used in conjunction with the constants described in [Backing Store Types](/documentation/CoreGraphics/backing-store-types).

## Topics

### Constants

[`CGWindowBackingType.backingStoreBuffered`](/documentation/CoreGraphics/CGWindowBackingType/backingStoreBuffered)

[`CGWindowBackingType.backingStoreNonretained`](/documentation/CoreGraphics/CGWindowBackingType/backingStoreNonretained)

[`CGWindowBackingType.backingStoreRetained`](/documentation/CoreGraphics/CGWindowBackingType/backingStoreRetained)



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)