<!--
{
  "availability" : [
    "iOS: 3.0.0 -",
    "iPadOS: 3.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.6.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "QuartzCore",
  "identifier" : "/documentation/QuartzCore/CAShapeLayerLineJoin",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Core Animation"
    ],
    "preciseIdentifier" : "c:@T@CAShapeLayerLineJoin"
  },
  "title" : "CAShapeLayerLineJoin"
}
-->

# CAShapeLayerLineJoin

```
struct CAShapeLayerLineJoin
```

## Topics

### Initializers

[`init(rawValue:)`](/documentation/QuartzCore/CAShapeLayerLineJoin/init(rawValue:))

### Type Properties

[`bevel`](/documentation/QuartzCore/CAShapeLayerLineJoin/bevel)

Specifies a bevel line shape of the joints between connected segments of a stroked path.

[`miter`](/documentation/QuartzCore/CAShapeLayerLineJoin/miter)

Specifies a miter line shape of the joints between connected segments of a stroked path.

[`round`](/documentation/QuartzCore/CAShapeLayerLineJoin/round)

Specifies a round line shape of the joints between connected segments of a stroked path.



---

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)