# `GSConicGradient.center`

*Instance Property*

The center of the gradient.

## Declaration

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

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

```python
center() -> NSPoint
setCenter_(center: NSPoint)
```

