<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PaperKit",
  "identifier" : "/documentation/PaperKit/ShapeConfiguration/Shape",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "PaperKit"
    ],
    "preciseIdentifier" : "s:8PaperKit18ShapeConfigurationV0C0O"
  },
  "title" : "ShapeConfiguration.Shape"
}
-->

# ShapeConfiguration.Shape

```
enum Shape
```

## Topics

### Choosing a shape

[`case rectangle`](/documentation/PaperKit/ShapeConfiguration/Shape/rectangle)

A rectangle shape.

[`case ellipse`](/documentation/PaperKit/ShapeConfiguration/Shape/ellipse)

An ellipse shape.

[`case line`](/documentation/PaperKit/ShapeConfiguration/Shape/line)

A line shape.

[`case chatBubble`](/documentation/PaperKit/ShapeConfiguration/Shape/chatBubble)

A chat bubble shape.

[`case roundedRectangle`](/documentation/PaperKit/ShapeConfiguration/Shape/roundedRectangle)

A rounded rectangle.

[`case regularPolygon`](/documentation/PaperKit/ShapeConfiguration/Shape/regularPolygon)

A n-sided polygon shape.

[`case star`](/documentation/PaperKit/ShapeConfiguration/Shape/star)

A n-pointed star shape.

[`case arrowShape`](/documentation/PaperKit/ShapeConfiguration/Shape/arrowShape)

A filled arrow shape.

## Relationships

### Conforms To

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

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

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

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

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

---

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)