Class TwoColorGradient

TwoColorGradient class

Represents two color gradient.

public class TwoColorGradient

Constructors

NameDescription
TwoColorGradient(Color, Color, GradientStyleType, int)

Properties

NameDescription
Color1 { get; set; }Gets and sets the first gradient color.
Color2 { get; set; }Gets and sets the second gradient color.
GradientStyleType { get; set; }Gets and sets gradient shading style.
Variant { get; set; }Gets and sets the gradient variant.

See Also