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

# NSTabView.TabType.bottomTabsBezelBorder

Tabs are on the bottom of the view with a bezeled border.

## Declaration

```swift
case bottomTabsBezelBorder
```

## See Also

### Constants

- [NSTabView.TabType.topTabsBezelBorder](appkit/nstabview/tabtype/toptabsbezelborder.md)
- [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.leftTabsBezelBorder](appkit/nstabview/tabtype/lefttabsbezelborder.md)
- [NSTabView.TabType.rightTabsBezelBorder](appkit/nstabview/tabtype/righttabsbezelborder.md)
