Instance Property
fillColor
The solid color used for the fill.
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
The effective fill paint.
The gradient used for the fill.