Instance Property
strokeGradient
The gradient used for the stroke.
Declaration
var strokeGradient: GSGradient? { get set }Declaration
@property (nonatomic, strong) GSGradient * strokeGradient;Declaration
strokeGradient() -> GSGradient
setStrokeGradient_(strokeGradient: GSGradient)Discussion
The gradient takes precedence over the stroke color. Set the value to nil to remove the gradient stroke paint.
See Also
Stroke Paint
The effective stroke paint.
The solid color used for the stroke.