---
title: wristLocation
framework: watchkit
role: symbol
role_heading: Instance Property
path: watchkit/wkinterfacedevice/wristlocation
---

# wristLocation

The wrist on which the user wears the Apple Watch.

## Declaration

```swift
var wristLocation: WKInterfaceDeviceWristLocation { get }
```

## Discussion

Discussion Users specify the wrist placement during the initial setup of Apple Watch, and this property reflects the information provided by the user.

## See Also

### Reading the Device Settings

- [name](watchkit/wkinterfacedevice/name.md)
- [model](watchkit/wkinterfacedevice/model.md)
- [localizedModel](watchkit/wkinterfacedevice/localizedmodel.md)
- [WKInterfaceDeviceWristLocation](watchkit/wkinterfacedevicewristlocation.md)
- [crownOrientation](watchkit/wkinterfacedevice/crownorientation.md)
- [WKInterfaceDeviceCrownOrientation](watchkit/wkinterfacedevicecrownorientation.md)
- [preferredContentSizeCategory](watchkit/wkinterfacedevice/preferredcontentsizecategory.md)
