---
title: strokeStart
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkcirclerenderer/strokestart
---

# strokeStart

The unit distance along the circle where the stroke starts.

## Declaration

```swift
var strokeStart: CGFloat { get set }
```

## Discussion

Discussion Use this property and strokeEnd to render a portion of the line. As a unit distance, strokeStart must be a value between 0 and 1. A unit distance of 0 represents the top of the circle and the stroke draws in a clockwise direction.

## See Also

### Accessing the stroke

- [strokeEnd](mapkit/mkcirclerenderer/strokeend.md)
