Class GradientStop

GradientStop class

Represents the gradient stop.

public class GradientStop

Constructors

NameDescription
GradientStop()The default constructor.

Properties

NameDescription
Color { get; set; }Gets the color of this gradient stop.
Position { get; set; }The position of the stop.
Transparency { get; set; }Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

Methods

NameDescription
Clone()Creates deep copy of this instance.

See Also