<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/PrimitiveButtonStyle/borderless",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI20PrimitiveButtonStylePA2A010BorderlessdE0VRszrlE10borderlessAEvpZ"
  },
  "title" : "borderless"
}
-->

# borderless

A button style that doesn’t apply a border.

```
@export(implementation) nonisolated static var borderless: BorderlessButtonStyle { get }
```

## 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(_:)`](/documentation/SwiftUI/View/hoverEffect(_:)) modifier with a [`highlight`](/documentation/SwiftUI/HoverEffect/highlight) effect to that subview. For more information, see [Creating a tvOS media catalog app in SwiftUI](/documentation/SwiftUI/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(_:)`](/documentation/SwiftUI/View/buttonStyle(_:)-66fbx) modifier.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)