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