Contents

strokeStart

The unit distance along the circle where the stroke starts.

Declaration

var strokeStart: CGFloat { get set }

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