<!--
{
  "availability" : [
    "iOS: 14.0.0 - 26.1.0",
    "iPadOS: 14.0.0 - 26.1.0",
    "macCatalyst: 14.0.0 - 26.1.0",
    "tvOS: 14.0.0 - 26.1.0",
    "visionOS: 1.0.0 - 26.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIAccessibility/buttonShapesEnabled",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@F@UIAccessibilityButtonShapesEnabled"
  },
  "title" : "buttonShapesEnabled"
}
-->

# buttonShapesEnabled

A Boolean value that indicates whether the Button Shapes setting is in an enabled state.

```
@MainActor static var buttonShapesEnabled: Bool { get }
```

## Discussion

> Related Sessions from WWDC20:
> Session 10020: [Make Your App Visually Accessible](https://developer.apple.com/wwdc20/10020)

---

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)