'Usage Dim offset As Double Dim color As Color Dim instance As New GradientStop(offset, color)
Parameters
- offset
 - A double value representing the point along the gradient at which the color of the gradient stop is at its purest.
 - color
 - A System.Drawing.Color structure representing the color at the offset of the gradient stop.