<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSBezierPath/defaultMiterLimit",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSBezierPath(cpy)defaultMiterLimit"
  },
  "title" : "defaultMiterLimit"
}
-->

# defaultMiterLimit

Returns the default miter limit for all paths.

```
class var defaultMiterLimit: CGFloat { get set }
```

## Return Value

The default miter limit for all paths, or 10.0 if no other value has been set.

## See Also

[`var miterLimit: CGFloat`](/documentation/AppKit/NSBezierPath/miterLimit)

The limit at which miter joins are converted to bevel joins.



---

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)