Contents

strokeColor

The color used to stroke the shape’s path. Animatable.

Declaration

var strokeColor: CGColor? { get set }

Discussion

Setting strokeColor to nil results in no stroke being rendered.

Default is nil.

See Also

Accessing Shape Style Properties