'Declaration Public Function Add( _ ByVal gradientStop As GradientStop _ ) As Integer
'Usage Dim instance As GradientStopList Dim gradientStop As GradientStop Dim value As Integer value = instance.Add(gradientStop)
public int Add( GradientStop gradientStop )
Parameters
- gradientStop
- The GradientStop to add to the collection.
Return Value
The index of the GradientStop added to the collection.