Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / RoundedLineBorder Class / RoundedLineBorder Constructor / RoundedLineBorder Constructor(Color)
Color of the line


In This Topic
    RoundedLineBorder Constructor(Color)
    In This Topic
    Creates a rounded-edge, single-line border with the specified color.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal color As Color _
    )
    'Usage
     
    
    Dim color As Color
     
    Dim instance As New RoundedLineBorder(color)
    public RoundedLineBorder( 
       Color color
    )

    Parameters

    color
    Color of the line
    See Also