# `GSConicGradient.startAngle`

*Instance Property*

The angle of the start color stop (in degrees counter-clockwise from the x-axis).

## Declaration

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

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

```python
startAngle() -> float
setStartAngle_(startAngle: float)
```

