<!--
{
  "availability" : [
    "iOS: 14.0.0 - 1000.0.0",
    "iPadOS: 14.0.0 - 1000.0.0",
    "macCatalyst: 14.0.0 - 1000.0.0",
    "macOS: 11.0.0 - 1000.0.0",
    "tvOS: 14.0.0 - 1000.0.0",
    "visionOS: 1.0.0 - 1000.0.0",
    "watchOS: 7.0.0 - 1000.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/EnvironmentValues/accessibilityShowButtonShapes",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI17EnvironmentValuesV29accessibilityShowButtonShapesSbvp"
  },
  "title" : "accessibilityShowButtonShapes"
}
-->

# accessibilityShowButtonShapes

Whether the system preference for Show Button Shapes is enabled.

```
var accessibilityShowButtonShapes: Bool { get }
```

## Discussion

If this property’s value is true, interactive custom controls
such as buttons should be drawn in such a way that their edges
and borders are clearly visible.

---

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)