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