Describes the location and color of a transition point in a .
Inheritance
object
Constructors
Section titled "Constructors"constructor
public GradientStop(WorkbookColorInfo color, float position) Returns GradientStop
Properties
Section titled "Properties"Color
Section titled "Color"Returns the color for this gradient stop.
public WorkbookColorInfo Color { get; } Position
Section titled "Position"Returns the position of this gradient stop, as a number between 0 and 1.
public float Position { get; }