# `GSConicGradient.endAngle`

*Instance Property*

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

## Declaration

```swift
var endAngle: CGFloat { get }
```

```objc
@property (nonatomic, readonly) CGFloat endAngle;
```

```python
endAngle() -> float
```

