---
title: strokeEnd
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkcirclerenderer/strokeend
---

# strokeEnd

The unit distance along the circle where the stroke ends.

## Declaration

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

## Discussion

Discussion Use this property and strokeStart to render a portion of the line. As a unit distance, strokeEnd 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

- [strokeStart](mapkit/mkcirclerenderer/strokestart.md)
