[]
Represents a collection of IGradientStop objects.
public interface IGradientStops : IEnumerable
Public Interface IGradientStops
Inherits IEnumerable
Name | Description |
---|---|
Count | Gets the number of items in the IGradientStops collection (read-only). |
this[int] | Gets the IGradientStop object from the IGradientStops collection (read-only). |
Name | Description |
---|---|
Delete(int) | Removes a gradient stop. |
Insert(int, double, double, int, double) | Adds a stop to a gradient and specifies the brightness, as well as the transparency of the color. |