---
title: dividerColor
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nssplitview/dividercolor
---

# dividerColor

The color of the dividers that the split view draws between subviews.

## Declaration

```swift
@NSCopying var dividerColor: NSColor { get }
```

## Discussion

Discussion The default implementation of this method returns clear when the split view’s dividerStyle is NSSplitView.DividerStyle.thick, or when dividerStyle is NSSplitView.DividerStyle.paneSplitter and the split view is in a textured window. The system draws all other thin dividers with a color that provides appropriate contrast between two white panes. You can subclass NSSplitView and override this method to change the color of dividers.

## See Also

### Configuring and Drawing Dividers

- [dividerStyle](appkit/nssplitview/dividerstyle-swift.property.md)
- [NSSplitView.DividerStyle](appkit/nssplitview/dividerstyle-swift.enum.md)
- [dividerThickness](appkit/nssplitview/dividerthickness.md)
- [drawDivider(in:)](appkit/nssplitview/drawdivider(in:).md)
