Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / GradientStopList Class / Add Method / Add(ThemeColorId,Single) Method
The gradient stop theme color id.
The gradient stop position in the color band.

In This Topic
    Add(ThemeColorId,Single) Method
    In This Topic
    Adds a new gradient stop in the color band.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal themeColor As ThemeColorId, _
       ByVal position As System.Single _
    ) As GradientStop
    public GradientStop Add( 
       ThemeColorId themeColor,
       System.float position
    )

    Parameters

    themeColor
    The gradient stop theme color id.
    position
    The gradient stop position in the color band.

    Return Value

    The added GradientStop.
    See Also