---
title: NSTabViewController.TabStyle.segmentedControlOnBottom
framework: appkit
role: symbol
role_heading: Case
path: appkit/nstabviewcontroller/tabstyle-swift.enum/segmentedcontrolonbottom
---

# NSTabViewController.TabStyle.segmentedControlOnBottom

A style that displays a segmented control along the bottom edge of the tab view interface. Access the configuration of the tab items through the tab view, which you can get from the tabView property.

## Declaration

```swift
case segmentedControlOnBottom
```

## See Also

### Constants

- [NSTabViewController.TabStyle.segmentedControlOnTop](appkit/nstabviewcontroller/tabstyle-swift.enum/segmentedcontrolontop.md)
- [NSTabViewController.TabStyle.toolbar](appkit/nstabviewcontroller/tabstyle-swift.enum/toolbar.md)
- [NSTabViewController.TabStyle.unspecified](appkit/nstabviewcontroller/tabstyle-swift.enum/unspecified.md)
