Instance Property
strokePaint
The effective stroke paint.
Declaration
var strokePaint: Any? { get set }Declaration
@property (nonatomic, strong) id strokePaint;Declaration
strokePaint() -> object
setStrokePaint_(strokePaint: object)Discussion
Either an NSColor for a solid color paint, GSGradient for a gradient paint, or nil for no paint.
See Also
Stroke Paint
The solid color used for the stroke.
The gradient used for the stroke.