---
title: rotationInDegrees
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsrotationgesturerecognizer/rotationindegrees
---

# rotationInDegrees

The rotation of the gesture in degrees.

## Declaration

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

## Discussion

Discussion This property contains the current rotation in effect for the gesture. Changing the value in this property also updates the value in the rotation property.

## See Also

### Interpreting the Gesture

- [rotation](appkit/nsrotationgesturerecognizer/rotation.md)
