---
title: showsBaselineSeparator
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstoolbar/showsbaselineseparator
---

# showsBaselineSeparator

A Boolean value that indicates whether the toolbar shows the separator between the toolbar and the main window contents.

## Declaration

```swift
var showsBaselineSeparator: Bool { get set }
```

## Discussion

Discussion If the value of this property is true, the toolbar shows the separator between the toolbar and the main window contents. If the value is false, the toolbar doesn’t show the separator. The default value is false.

## See Also

### Configuring the toolbar’s behavior

- [isVisible](appkit/nstoolbar/isvisible.md)
- [displayMode](appkit/nstoolbar/displaymode-swift.property.md)
- [NSToolbar.DisplayMode](appkit/nstoolbar/displaymode-swift.enum.md)
- [allowsUserCustomization](appkit/nstoolbar/allowsusercustomization.md)
- [allowsExtensionItems](appkit/nstoolbar/allowsextensionitems.md)
