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