# `GSRadialGradient.angle`

*Instance Property*

The rotation angle (in degrees counter-clockwise from the x-axis).

## Declaration

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

```objc
@property (nonatomic) CGFloat angle;
```

```python
angle() -> float
setAngle_(angle: float)
```

