Describes the location and color of a transition point in a .

Inheritance

object

constructor

public GradientStop(WorkbookColorInfo color, float position)

Returns GradientStop

Returns the color for this gradient stop.

public WorkbookColorInfo Color { get; }

Returns the position of this gradient stop, as a number between 0 and 1.

public float Position { get; }