[]
        
(Showing Draft Content)

C1.Document.GradientStop.-ctor

GradientStop Constructor

GradientStop(double, Color)

Creates a new instance of the GradientStop class.

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

The value of the Position property.

Color color

The value of the Color property.