Declaration

var fillColor: NSColor? { get set }

Declaration

@property (nonatomic, strong) NSColor * fillColor;

Declaration

fillColor() -> NSColor
setFillColor_(fillColor: NSColor)

Discussion

The fill gradient takes precedence when both paints are set. Set the value to nil to remove the solid fill paint.

See Also

Fill Paint