[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.GradientStop.-ctor

GradientStop Constructor

GradientStop(double, Color)

Initializes a new instance of the GradientStop struct.

Declaration
public GradientStop(double position, Color color)
Public Sub New(position As Double, color As Color)
Parameters
Type Name Description
double position

A double value represents the position information for this gradient stop.

Color color

A Color value represents the color of this gradient stop.