[]
Creates a new instance of the GradientStop class.
public GradientStop(double position, Color color)
Public Sub New(position As Double, color As Color)
| Type | Name | Description |
|---|---|---|
| double | position | The value of the Position property. |
| Color | color | The value of the Color property. |