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