[]
Initializes a new instance of the GradientStop struct.
public GradientStop(double position, Color color)
Public Sub New(position As Double, color As Color)
| Type | Name | Description |
|---|---|---|
| double | position | A double value represents the position information for this gradient stop. |
| Color | color | A Color value represents the color of this gradient stop. |