---
title: wheel
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/pickerstyle/wheel
---

# wheel

A picker style that presents the options in a scrollable wheel that shows the selected option and a few neighboring options.

## Declaration

```swift
static var wheel: WheelPickerStyle { get }
```

## Discussion

Discussion Because most options aren’t visible, organize them in a predictable order, such as alphabetically. To apply this style to a picker, or to a view that contains pickers, use the pickerStyle(_:) modifier.

## See Also

### Getting built-in picker styles

- [automatic](swiftui/pickerstyle/automatic.md)
- [inline](swiftui/pickerstyle/inline.md)
- [menu](swiftui/pickerstyle/menu.md)
- [navigationLink](swiftui/pickerstyle/navigationlink.md)
- [palette](swiftui/pickerstyle/palette.md)
- [radioGroup](swiftui/pickerstyle/radiogroup.md)
- [segmented](swiftui/pickerstyle/segmented.md)
- [tabs](swiftui/pickerstyle/tabs.md)
