[]
        
(Showing Draft Content)

C1.WPF.Document.GradientStop.-ctor

GradientStop Constructor

GradientStop(double, Color)

Creates a new instance of the GradientStop class.

Declaration
public GradientStop(double position, Color color)
Parameters
Type Name Description
double position

The value of the Position property.

Color color

The value of the Color property.