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, float)

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

public GradientStop(Color color, float offset)

Parameters

color Color

The color value of the gradient stop.

offset float

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