<!--
{
  "availability" : [
    "macOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSParagraphStyle/defaultTabInterval",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSParagraphStyle(py)defaultTabInterval"
  },
  "title" : "defaultTabInterval"
}
-->

# defaultTabInterval

The documentwide default tab interval.

```
var defaultTabInterval: CGFloat { get }
```

## Discussion

This property represents the default tab interval in points. Tabs after the last specified in [`tabStops`](/documentation/AppKit/NSParagraphStyle/tabStops) are placed at integer multiples of this distance (if positive). Default value is 0.0.

---

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)