---
title: azimuth
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/pencilhoverpose/azimuth
---

# azimuth

A value that represents the azimuth angle of a hovering Apple Pencil.

## Declaration

```swift
let azimuth: Angle
```

## Discussion

Discussion This value is .zero when the Apple Pencil points along the view’s positive x-axis.

## See Also

### Getting the hover characteristics

- [altitude](swiftui/pencilhoverpose/altitude.md)
- [anchor](swiftui/pencilhoverpose/anchor.md)
- [location](swiftui/pencilhoverpose/location.md)
- [roll](swiftui/pencilhoverpose/roll.md)
- [zDistance](swiftui/pencilhoverpose/zdistance.md)
