---
title: elliptical
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/liststyle/elliptical
---

# elliptical

The list style that describes the behavior and appearance of an elliptical list.

## Declaration

```swift
static var elliptical: EllipticalListStyle { get }
```

## Discussion

Discussion On watchOS, the elliptical list style uses a transform for items rolling off the top or bottom of the list, as if on a rounded surface that faces the user. Apple Watch Series 3 does not support this style and will instead fall back to using the plain style.

## See Also

### Getting built-in list styles

- [automatic](swiftui/liststyle/automatic.md)
- [bordered](swiftui/liststyle/bordered.md)
- [carousel](swiftui/liststyle/carousel.md)
- [grouped](swiftui/liststyle/grouped.md)
- [inset](swiftui/liststyle/inset.md)
- [insetGrouped](swiftui/liststyle/insetgrouped.md)
- [plain](swiftui/liststyle/plain.md)
- [sidebar](swiftui/liststyle/sidebar.md)
