---
title: roundedRect
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uibutton/buttontype-swift.enum/roundedrect
---

# roundedRect

A rounded-rectangle style button.

## Declaration

```swift
static var roundedRect: UIButton.ButtonType { get }
```

## See Also

### Constants

- [UIButton.ButtonType.custom](uikit/uibutton/buttontype-swift.enum/custom.md)
- [UIButton.ButtonType.system](uikit/uibutton/buttontype-swift.enum/system.md)
- [UIButton.ButtonType.detailDisclosure](uikit/uibutton/buttontype-swift.enum/detaildisclosure.md)
- [UIButton.ButtonType.infoLight](uikit/uibutton/buttontype-swift.enum/infolight.md)
- [UIButton.ButtonType.infoDark](uikit/uibutton/buttontype-swift.enum/infodark.md)
- [UIButton.ButtonType.contactAdd](uikit/uibutton/buttontype-swift.enum/contactadd.md)
- [UIButton.ButtonType.plain](uikit/uibutton/buttontype-swift.enum/plain.md)
- [UIButton.ButtonType.close](uikit/uibutton/buttontype-swift.enum/close.md)
