# `GSRadialGradient.endCenter`

*Instance Property*

The center of the end circle, relative to the drawing bounds.

## Declaration

```swift
var endCenter: NSPoint { get set }
```

```objc
@property (nonatomic) NSPoint endCenter;
```

```python
endCenter() -> NSPoint
setEndCenter_(endCenter: NSPoint)
```

