Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / GradientSection Class / GradientSection Constructor / GradientSection Constructor(Color)
Color


In This Topic
    GradientSection Constructor(Color)
    In This Topic
    Creates a new color gradient section with default settings.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal color As Color _
    )
    'Usage
     
    
    Dim color As Color
     
    Dim instance As New GradientSection(color)
    public GradientSection( 
       Color color
    )

    Parameters

    color
    Color
    See Also