In This Topic
Creates a new instance of the
GradientStop class.
Syntax
'Declaration
Public Function New( _
ByVal As Double, _
ByVal As Color _
)
public GradientStop(
double ,
Color
)
Parameters
- position
- The value of the Position property.
- color
- The value of the Color property.
See Also