# `GSRadialGradient.startCenter`

*Instance Property*

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

## Declaration

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

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

```python
startCenter() -> NSPoint
setStartCenter_(startCenter: NSPoint)
```

