---
title: defaultWheelPickerItemHeight
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/environmentvalues/defaultwheelpickeritemheight
---

# defaultWheelPickerItemHeight

The default height of an item in a wheel-style picker, such as a date picker.

## Declaration

```swift
var defaultWheelPickerItemHeight: CGFloat { get set }
```

## See Also

### Choosing from a set of options

- [Picker](swiftui/picker.md)
- [pickerStyle(_:)](swiftui/view/pickerstyle(_:).md)
- [horizontalRadioGroupLayout()](swiftui/view/horizontalradiogrouplayout().md)
- [defaultWheelPickerItemHeight(_:)](swiftui/view/defaultwheelpickeritemheight(_:).md)
- [paletteSelectionEffect(_:)](swiftui/view/paletteselectioneffect(_:).md)
- [PaletteSelectionEffect](swiftui/paletteselectioneffect.md)
