Table of Contents

Constructor GradientStop

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

GradientStop()

Initializes a new instance of the GradientStop class.

public GradientStop()

GradientStop(Color, double)

Initializes a new instance of the GradientStop class with the specified color and offset.

public GradientStop(Color color, double offset)

Parameters

color Color

The color value of the gradient stop.

offset double

The location in the gradient where the gradient stop is placed.