---
title: NSTabView.TabType.topTabsBezelBorder
framework: appkit
role: symbol
role_heading: Case
path: appkit/nstabview/tabtype/toptabsbezelborder
---

# NSTabView.TabType.topTabsBezelBorder

The view includes tabs on the top of the view and has a bezeled border (the default).

## Declaration

```swift
case topTabsBezelBorder
```

## See Also

### Constants

- [NSTabView.TabType.noTabsBezelBorder](appkit/nstabview/tabtype/notabsbezelborder.md)
- [NSTabView.TabType.noTabsLineBorder](appkit/nstabview/tabtype/notabslineborder.md)
- [NSTabView.TabType.noTabsNoBorder](appkit/nstabview/tabtype/notabsnoborder.md)
- [NSTabView.TabType.bottomTabsBezelBorder](appkit/nstabview/tabtype/bottomtabsbezelborder.md)
- [NSTabView.TabType.leftTabsBezelBorder](appkit/nstabview/tabtype/lefttabsbezelborder.md)
- [NSTabView.TabType.rightTabsBezelBorder](appkit/nstabview/tabtype/righttabsbezelborder.md)
