[]
Represents one gradient stop.
public interface IGradientStop
Gets a value that represents the color of the gradient stop (read-only).
IColorFormat Color { get; }
Gets or sets a value that that represents the position of the gradient stop.
double Position { get; set; }
Gets or sets a value that represents the opacity of the gradient fill expressed as a percent (read or write).
double Transparency { get; set; }