Instance Property
knobLine
All related knobs, including the knob itself. The order is not consistent; consult colorStopIndex of the members to get a knob for a specific color stop. nil if the knob is not about a color stop or the knob is not selected.
Declaration
var knobLine: [GSGradientKnob]? { get set }Declaration
@property (strong) NSArray<GSGradientKnob *> * knobLine;Declaration
knobLine() -> list[GSGradientKnob]
setKnobLine_(knobLine: list[GSGradientKnob])