---
title: BorderedTableStyle
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/borderedtablestyle
---

# BorderedTableStyle

The table style that describes the behavior and appearance of a table with standard border.

## Declaration

```swift
nonisolated struct BorderedTableStyle
```

## Overview

Overview You can also use bordered to construct this style.

## Topics

### Creating the table style

- [init()](swiftui/borderedtablestyle/init().md)
- [init(alternatesRowBackgrounds:)](swiftui/borderedtablestyle/init(alternatesrowbackgrounds:).md)

## Relationships

### Conforms To

- [TableStyle](swiftui/tablestyle.md)

## See Also

### Supporting types

- [AutomaticTableStyle](swiftui/automatictablestyle.md)
- [InsetTableStyle](swiftui/insettablestyle.md)
