# `GSShapeKey.GSShapeKeyStrokePosition`

*Type Property*

A floating point number ranging from `-1` (left side of path) to `1` (right side of path) with default value `0`.

## Declaration

```swift
static let strokePosition: GSShapeKey
```

```objc
extern GSShapeKey const GSShapeKeyStrokePosition;
```

```python
GSShapeKeyStrokePosition: GSShapeKey
```

