GradientStopCollection.Add

GradientStopCollection.Add method

Add a gradient stop.

public void Add(DoubleValue position, ColorValue color)
ParameterDescription
positionThe position of the stop,in unit of percentage.
colorThe color of the stop.
alphaThe alpha of the color.

See Also