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

# NSTabViewController.TabStyle.segmentedControlOnTop

A style that displays a segmented control along the top 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 segmentedControlOnTop
```

## See Also

### Constants

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