[]
Contains a collection of GradientStop objects.
public interface IGradientStops
Public Interface IGradientStops
Gradients are a smooth transition from one color state to another. The endpoints of these sections are called stops.
Name | Description |
---|---|
Count | Gets an integer value indicating the number of items in the IGradientStops collection. |
this[int] | Gets a GradientStop object from a GradientStops collection. |
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. |