---
title: ShapeMarkup.Shape
framework: paperkit
role: symbol
role_heading: Enumeration
path: paperkit/shapemarkup/shape-swift.enum
---

# ShapeMarkup.Shape

## Declaration

```swift
enum Shape
```

## Topics

### Structures

- [ShapeMarkup.Shape.ArrowShape](paperkit/shapemarkup/shape-swift.enum/arrowshape.md)
- [ShapeMarkup.Shape.ChatBubble](paperkit/shapemarkup/shape-swift.enum/chatbubble.md)
- [ShapeMarkup.Shape.Ellipse](paperkit/shapemarkup/shape-swift.enum/ellipse-swift.struct.md)
- [ShapeMarkup.Shape.Line](paperkit/shapemarkup/shape-swift.enum/line.md)
- [ShapeMarkup.Shape.Rectangle](paperkit/shapemarkup/shape-swift.enum/rectangle-swift.struct.md)
- [ShapeMarkup.Shape.RegularPolygon](paperkit/shapemarkup/shape-swift.enum/regularpolygon.md)
- [ShapeMarkup.Shape.Star](paperkit/shapemarkup/shape-swift.enum/star-swift.struct.md)

### Enumeration Cases

- [ShapeMarkup.Shape.arrowShape(_:)](paperkit/shapemarkup/shape-swift.enum/arrowshape(_:).md)
- [ShapeMarkup.Shape.chatBubble(_:)](paperkit/shapemarkup/shape-swift.enum/chatbubble(_:).md)
- [ShapeMarkup.Shape.ellipse(_:)](paperkit/shapemarkup/shape-swift.enum/ellipse(_:).md)
- [ShapeMarkup.Shape.line(_:)](paperkit/shapemarkup/shape-swift.enum/line(_:).md)
- [ShapeMarkup.Shape.rectangle(_:)](paperkit/shapemarkup/shape-swift.enum/rectangle(_:).md)
- [ShapeMarkup.Shape.regularPolygon(_:)](paperkit/shapemarkup/shape-swift.enum/regularpolygon(_:).md)
- [ShapeMarkup.Shape.star(_:)](paperkit/shapemarkup/shape-swift.enum/star(_:).md)

### Initializers

- [init(configurationType:)](paperkit/shapemarkup/shape-swift.enum/init(configurationtype:).md)

### Instance Properties

- [configurationType](paperkit/shapemarkup/shape-swift.enum/configurationtype.md)
- [path](paperkit/shapemarkup/shape-swift.enum/path.md)
- [supportsLineMarkers](paperkit/shapemarkup/shape-swift.enum/supportslinemarkers.md)

### Type Properties

- [ellipse](paperkit/shapemarkup/shape-swift.enum/ellipse-swift.type.property.md)
- [rectangle](paperkit/shapemarkup/shape-swift.enum/rectangle-swift.type.property.md)
- [star](paperkit/shapemarkup/shape-swift.enum/star-swift.type.property.md)

### Type Methods

- [arrowShape(cornerPoint:)](paperkit/shapemarkup/shape-swift.enum/arrowshape(cornerpoint:).md)
- [chatBubble(tailLocation:tailAngle:)](paperkit/shapemarkup/shape-swift.enum/chatbubble(taillocation:tailangle:).md)
- [line(start:control:end:)](paperkit/shapemarkup/shape-swift.enum/line(start:control:end:).md)
- [regularPolygon(sides:)](paperkit/shapemarkup/shape-swift.enum/regularpolygon(sides:).md)
- [roundedRectangle(cornerRadius:)](paperkit/shapemarkup/shape-swift.enum/roundedrectangle(cornerradius:).md)
- [star(points:innerRadius:)](paperkit/shapemarkup/shape-swift.enum/star(points:innerradius:).md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
