Contents

strokeEnd

The unit distance along the circle where the stroke ends.

Declaration

var strokeEnd: CGFloat { get set }

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