Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / SchemeGradientStop Structure / SchemeGradientStop Constructor
The color of the gradient stop.
The position of the gradient stop.


In This Topic
    SchemeGradientStop Constructor
    In This Topic
    Initializes a new instance of the SchemeGradientStop struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal color As SchemeColor, _
       ByVal position As Double _
    )
    'Usage
     
    
    Dim color As SchemeColor
    Dim position As Double
     
    Dim instance As New SchemeGradientStop(color, position)
    public SchemeGradientStop( 
       SchemeColor color,
       double position
    )

    Parameters

    color
    The color of the gradient stop.
    position
    The position of the gradient stop.
    See Also