---
title: borderless
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/primitivebuttonstyle/borderless
---

# borderless

A button style that doesn’t apply a border.

## Declaration

```swift
nonisolated static var borderless: BorderlessButtonStyle { get }
```

## Discussion

Discussion In tvOS, when a person focuses on a borderless button, the button animates to a raised position with a Liquid Glass effect. This button style applies a Liquid Glass effect to the first image of the button’s content when the button gains focus. To apply the effect to a different subview of your button, apply the hoverEffect(_:) modifier with a highlight effect to that subview. For more information, see Creating a tvOS media catalog app in SwiftUI. To apply this style to a button, or to a view that contains buttons, use the buttonStyle(_:) modifier.

## See Also

### Getting built-in button styles

- [automatic](swiftui/primitivebuttonstyle/automatic.md)
- [accessoryBar](swiftui/primitivebuttonstyle/accessorybar.md)
- [accessoryBarAction](swiftui/primitivebuttonstyle/accessorybaraction.md)
- [bordered](swiftui/primitivebuttonstyle/bordered.md)
- [borderedProminent](swiftui/primitivebuttonstyle/borderedprominent.md)
- [card](swiftui/primitivebuttonstyle/card.md)
- [glass](swiftui/primitivebuttonstyle/glass.md)
- [glassProminent](swiftui/primitivebuttonstyle/glassprominent.md)
- [glass(_:)](swiftui/primitivebuttonstyle/glass(_:).md)
- [link](swiftui/primitivebuttonstyle/link.md)
- [plain](swiftui/primitivebuttonstyle/plain.md)
