[]
Represents a transition point in a gradient.
public class GradientStop
Public Class GradientStop
| Name | Description |
|---|---|
| GradientStop(Color, float) | Initializes a new instance of the GradientStop class. |
| Name | Description |
|---|---|
| Color | Gets the color of this gradient stop. |
| Offset | Gets the location of this stop within the gradient vector. Valid values are from 0 (vector's start) to 1 (vector's end). |