# `GSGlyphEditView.activePosition`

*Instance Property*

The position of the activeLayer. This is in scaled view coordinates.

## Declaration

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

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

```python
activePosition() -> NSPoint
setActivePosition_(activePosition: NSPoint)
```

