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.
The color used to stroke the shape’s path. Animatable.
var strokeColor: CGColor? { get set }Setting strokeColor to nil results in no stroke being rendered.
Default is nil.