<!--
{
  "availability" : [
    "tvOS: 13.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TVServices",
  "identifier" : "/documentation/TVServices/TVTopShelfSectionedItem/ImageShape-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "TV Services",
      "TVServices"
    ],
    "preciseIdentifier" : "c:@E@TVTopShelfSectionedItemImageShape"
  },
  "title" : "TVTopShelfSectionedItem.ImageShape"
}
-->

# TVTopShelfSectionedItem.ImageShape

Constants indicating the aspect ratio of an image.

```
enum ImageShape
```

## Topics

### Image Shapes

[`case square`](/documentation/TVServices/TVTopShelfSectionedItem/ImageShape-swift.enum/square)

An image with a 1:1 aspect ratio.

[`case poster`](/documentation/TVServices/TVTopShelfSectionedItem/ImageShape-swift.enum/poster)

A poster-shaped image with a 2:3 aspect ratio.

[`case hdtv`](/documentation/TVServices/TVTopShelfSectionedItem/ImageShape-swift.enum/hdtv)

An image with a 16:9 aspect ratio.

### Initializers

[`init?(rawValue: Int)`](/documentation/TVServices/TVTopShelfSectionedItem/ImageShape-swift.enum/init(rawValue:))

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)