---
title: roundedBorder
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/textfieldstyle/roundedborder
---

# roundedBorder

A text field style with a system-defined rounded border.

## Declaration

```swift
static var roundedBorder: RoundedBorderTextFieldStyle { get }
```

## See Also

### Getting built-in text field styles

- [automatic](swiftui/textfieldstyle/automatic.md)
- [plain](swiftui/textfieldstyle/plain.md)
- [squareBorder](swiftui/textfieldstyle/squareborder.md)
