---
title: frameCenterRotation
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsview/framecenterrotation
---

# frameCenterRotation

The rotation angle of the view around the center of its layer.

## Declaration

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

## Discussion

Discussion This property contains the angle of rotation of the view’s frame around its center. If you changed the underlying layer’s anchorPoint property, the result of setting this property is undefined.

## See Also

### Managing Layer-Related Properties

- [alphaValue](appkit/nsview/alphavalue.md)
- [backgroundFilters](appkit/nsview/backgroundfilters.md)
- [compositingFilter](appkit/nsview/compositingfilter.md)
- [contentFilters](appkit/nsview/contentfilters.md)
- [shadow](appkit/nsview/shadow.md)
