# `GSConicGradient.angle`

*Instance Property*

The angular distance between the start and end color stops (in degrees).

## Declaration

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

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

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

## Discussion

A value of 360° represents a conic gradient without a gap.

